You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to write some integration tests, but without much success. Here is what I tried so far, but I get the errors below.
image_node=nuke.nodes.Read(file="/path/to/file.jpg")
ml_node=nuke.nodes.MLClient()
# Maybe something like this would trigger the node to connect to the server?# ml_node.knobs()['connect'].execute()ml_node.setInput( 0, image_node )
nuke.execute(ml_node, 1,2)
# RuntimeError: MLClient1 cannot be executed# MLClient1 cannot be executed
Any advice is highly appreciated
The text was updated successfully, but these errors were encountered:
Hi! Many thanks for this great project.
I'm trying to write some integration tests, but without much success. Here is what I tried so far, but I get the errors below.
Any advice is highly appreciated
The text was updated successfully, but these errors were encountered: