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

MC output conditions.$i folders #346

Open
sjtuzhanglei opened this issue Jan 8, 2024 · 1 comment
Open

MC output conditions.$i folders #346

sjtuzhanglei opened this issue Jan 8, 2024 · 1 comment

Comments

@sjtuzhanglei
Copy link

The latest version of CASM deletes conditions.$i folders after finishing step i.

Is there a way to keep them?

I set the storage but it doesn't work as expected.

    "storage" : {
      "write_observations" : true,
      "write_trajectory" : true,
      "output_format" : ["csv", "json"]
    },
@bpuchala
Copy link
Contributor

bpuchala commented Jan 9, 2024

I added the option "save_state_details" with default value false in the latest. The conditions directories should print if you set it to true:

    "storage" : {
      "write_observations" : true,
      "write_trajectory" : true,
      "save_state_details": true,
      "output_format" : ["csv", "json"]
    },

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

2 participants