Commit 62dded8
committed
When loading all reaction libraries, only process "reactions.py" files.
I had a reaction library folder with another python file in it
that had been used to renumber the reactions
at some point. RMG was trying to load this
as if it were a reactions.py, and failing the database tests.
Since named reaction libraries are forced to have
the file be called "reactions.py", I think it is OK
that the "load all libraries" method makes the
same assumption.1 parent 40b4658 commit 62dded8
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
255 | | - | |
| 254 | + | |
256 | 255 | | |
257 | 256 | | |
258 | 257 | | |
| |||
0 commit comments