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

Insufficient output #637

Open
HubertGaravel opened this issue Nov 18, 2024 · 1 comment
Open

Insufficient output #637

HubertGaravel opened this issue Nov 18, 2024 · 1 comment

Comments

@HubertGaravel
Copy link

In its log on stdout, Storm does not display the name of the input model.
(Actually, it is displayed in the command line, but it is uneasy to extract it from
here, among all other arguments).

This is annoying when many models are processed in sequence and that one
wants to automatically extract the probabilities to build tables.

Suggestion: in the following table, insert a first line giving the name of the model.
This will be helpful for bulk use of Storm.

`

Model name: 56_0007_010.ma -- here, the new line to be inserted.
Model type: Markov Automaton (sparse)
States: 8560
Transitions: 36427
Choices: 9224
Markovian St.: 8008
Max. Rate: 146.16404
Reward Models: none
State Labels: 3 labels

  • deadlock -> 0 item(s)
  • init -> 1 item(s)
  • avail -> 6145 item(s)
    Choice Labels: none

`

This was referenced Nov 18, 2024
@volkm
Copy link
Contributor

volkm commented Nov 18, 2024

As the file name is part of the commandline arguments which are already printed, we did not yet consider it necessary to output the filename again.
When I am running experiments in bulk, I usually print the necessary information - such as filename or configuration options - on stdout before calling Storm. That way this information is contained in the log output as well.
For more involved calls I usually use the Python bindings stormpy which offer great flexibility.

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