Skip to content

Problems running the Euler example #278

Closed
@schmmd

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions