Closed
Description
I'm a bit confused, because when I run the following:
tango run euler_general.jsonnet -i complex_arithmetic -d workspace
I would expect my work to be in the folder workspace. But when I ls this folder it's empty and instead I see my run directly in runs.
$ ls workspace/runs/
(empty)
$ ls runs
hot-marlin/ viable-goose/
I also don't seem to have step_result_for_run that the CLI output suggested.
>>> from tango import Workspace
>>> workspace = Workspace.from_url('.')
>>> workspace.step_result_for_run
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'LocalWorkspace' object has no attribute 'step_result_for_run'
Activity