Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The -fake option does not work as described when using Job.run() #89

Open
nikhilketkar opened this issue Feb 5, 2015 · 0 comments
Open

Comments

@nikhilketkar
Copy link

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()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant