You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grabbing the options from --print-options and returning defaults to python script.py --generate-input works
The last one takes some work (e.g., going through the options JSON and creating default JSON) but these would be helpful to make sure everything checks out.
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Please try to include example files and screenshots if possible. If you're looking for support, please post on our forum: https://discuss.avogadro.cc/
It would be great to have some simple unit tests:
python script.py -h
runs without syntax errorspython script.py --display-name
workspython script --print-options
returns valid JSON--print-options
and returning defaults topython script.py --generate-input
worksThe last one takes some work (e.g., going through the options JSON and creating default JSON) but these would be helpful to make sure everything checks out.
The text was updated successfully, but these errors were encountered: