Skip to content

Allow WorkflowManager to Properly Cache Results #31

@crantila

Description

@crantila

The WorkflowManager caches results from the most recent experiment. If you do this:

workman.run()
workman.export()
workman.export()
workman.export()

... the experiment is only run once. But the Web App always calls run() then export() (or output()), even when the experiment settings are the same.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions