ukaea / PROCESS

PROCESS is a systems code at UKAEA that calculates in a self-consistent manner the parameters of a fusion power plant with a specified performance, ensuring that its operating limits are not violated, and with the option to optimise to a given function of these parameters.
https://ukaea.github.io/PROCESS/
MIT License
26 stars 11 forks source link

remove plot_proc test function and test_plot_proc from test_utilities.py #3211

Closed clmould closed 3 weeks ago

clmould commented 3 weeks ago

test_plot_proc in test_utilities.py calls the test function within plot_proc. This is redundant since there is a test_plot_proc script and so this test function and test_utilities/test_plot_proc can be removed. This test also causes local issues depending upon order of tests (due to global scope), and so removing it will mean the tests pass as expected