We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e254b5e commit 9639a70Copy full SHA for 9639a70
Makefile
@@ -21,7 +21,7 @@ documentation:
21
22
clean:
23
@ python utilities.py clean
24
- python -m pip uninstall --yes .
+ python -m pip uninstall --yes reactionmechanismgenerator || true # can fail if RMG not installed at all
25
26
clean-solver:
27
@ python utilities.py clean-solver
0 commit comments