Commit 63e312a
Fix PytestUnraisableExceptionWarning
pytest reports a warning in tests/api/build.py::TestNucBuilder
AttributeError: 'Indexed' object has no attribute 'molecule'
Since 'molecule' seems to be an optional member of the chempy Indexed
object, the AttributeError can be deliberately ignored.1 parent 9375fd2 commit 63e312a
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7252 | 7252 | | |
7253 | 7253 | | |
7254 | 7254 | | |
| 7255 | + | |
| 7256 | + | |
7255 | 7257 | | |
7256 | 7258 | | |
7257 | 7259 | | |
| |||
0 commit comments