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
Describe the bug
Clean install with conda / environment.yml from clone of current git repo followed by running make test produces warning:
tests/test_functional.py::test_no_t3_no_qm
$HOME/Code/RMG-Py/rmgpy/rmg/main.py:822: RuntimeWarning: divide by zero encountered in true_divide
conditions=self.rmg_memories[index].get_cond()
How to reproduce make test
Expected behavior
No errors or warnings
Additional context $HOME substituted into raw output, above, not printed as such in terminal
Miniconda 3 on Fedora Rawhide
The text was updated successfully, but these errors were encountered:
Describe the bug
Clean install with conda / environment.yml from clone of current git repo followed by running
make test
produces warning:How to reproduce
make test
Expected behavior
No errors or warnings
Additional context
$HOME
substituted into raw output, above, not printed as such in terminalMiniconda 3 on Fedora Rawhide
The text was updated successfully, but these errors were encountered: