Skip to content

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

@nikhilketkar

Description

@nikhilketkar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions