idaes-pse
idaes-pse copied to clipboard
Prevent test suite from modifying data/config.yaml file
See: https://github.com/IDAES/idaes-pse/pull/948#discussion_r967367224
Possible fixes:
- get the test to write this file into a tmp dir
- get the test to "clean up after itself" and undo the changes it made to the file
- not have this file in the repo, add it to .gitignore, and have the file generated by the test (then thrown away)
Short fix would be to remove the test(s) that cause the data file to be modified.
This will be taken care of by the forthcoming retirement of the DMF.
Related to #1368