dumbo
dumbo copied to clipboard
The -fake option does not work as described when using Job.run()
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()