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 tried to run with the "-fake yes" option but the job got launched never the less. I was using dumbo.Job and looking at the code I don't see where this option is supported. I see a reference on line 138 in dumbo/backends/common.py but seems like this never being visited.
if name == "main":
import dumbo
job = dumbo.Job()
s1 = job.additer(M1, R1)
job.additer(M2, R2, input=s1)
job.run()
The text was updated successfully, but these errors were encountered:
I tried to run with the "-fake yes" option but the job got launched never the less. I was using dumbo.Job and looking at the code I don't see where this option is supported. I see a reference on line 138 in dumbo/backends/common.py but seems like this never being visited.
if name == "main":
import dumbo
job = dumbo.Job()
s1 = job.additer(M1, R1)
job.additer(M2, R2, input=s1)
job.run()
The text was updated successfully, but these errors were encountered: