ARC
ARC copied to clipboard
Update the environment to reflect the addition of RMS into RMG
Recently RMG added new dependencies related to RMS. Add those dependencies according to the environment file in RMG.
Failure in the unit tests is either due to zmat related functions (not touched in this PR) or due to numerical errors (which may be due to a change in package version of numpy, etc. due to the addition of a new package.) I believe it is fairly safe to merge this PR.
Please use compare_zmats
for the failing tests and assertAlmostEqual where relevant.
Feel free to use compare_zmats
even for passing tests that compare zmats if you find them.