-
Notifications
You must be signed in to change notification settings - Fork 1
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
specifiying an exporter with -e causes an error - if no exporter is needed. #80
Comments
The ps. If there is no exporter execution, then there is no the simulation output in the memory. Hence the post-processing fails. |
Yeah but how to decide if to use -e base or -e sofa when you run several MSML files for testing? The simulation output is not needed in memory - the post processing is only using file data. |
sorry for opening/closing... What we could need here is a check, if the simulation run is really needed before trying to start the simulation with an empty description. |
Then this not post processing (in the sense, it is executed after the exporter) |
yes but in the sense of processing already existing simulation results. The same problem occurs if you only have preprocessing operators. I think the using the -e exporter parameter should not enforce that a msml simulation has a scene included. |
exporter should also work without a defined scene. |
Running pure post-processing example should not crash, if an exporter was specified with the -e parameter.
This would allow easier automatic testing.
The text was updated successfully, but these errors were encountered: