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

Give the user feedback on how the model and interface is parsed #17

Open
KristofferSkare opened this issue Mar 7, 2024 · 0 comments
Open

Comments

@KristofferSkare
Copy link
Collaborator

This tool will only be provided some files e.g onnx and json. Therefore it might be hard for the user to know if everything is set up correctly before using the tool. The onnx file is especially hard to know if it is set up and interpreted/used correctly by the tool. I can think of several ways where the tool will successfully run and produce an fmu and the fmu might also run successfully, but the fmu will not have the intended behavior. This kind of error will likely come from the ml model or json interface not being compatible or set up wrong by the user. However, with no feedback it might be very hard for the user to know what they did wrong.

Therefore it might be nice to give the user some feedback on the resulting parsing of the files that are used to generate the fmus. This could be printing something to the terminal or producing a logging file in addition to the generated fmu.

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

1 participant