NREL / GEOPHIRES-X

MIT License
26 stars 21 forks source link

Relative imports may be causing some tests to be skipped #228

Closed natakokota closed 3 weeks ago

natakokota commented 4 weeks ago

While attempting to resolve issue #22, @aimiktena and I noticed that several tests were raising errors when running all unit tests locally. The specific tests are as follows:

https://github.com/NREL/GEOPHIRES-X/blob/b926e63baac31d5bc8a870641f9f21e6ad0a3932/tests/geophires_x_client_tests/test_geophires_input_parameters.py https://github.com/NREL/GEOPHIRES-X/blob/b926e63baac31d5bc8a870641f9f21e6ad0a3932/tests/test_parameter.py https://github.com/NREL/GEOPHIRES-X/blob/b926e63baac31d5bc8a870641f9f21e6ad0a3932/tests/test_base_test_case.py https://github.com/NREL/GEOPHIRES-X/blob/b926e63baac31d5bc8a870641f9f21e6ad0a3932/tests/geophires_x_tests/test_cylindrical_reservoir.py https://github.com/NREL/GEOPHIRES-X/blob/b926e63baac31d5bc8a870641f9f21e6ad0a3932/tests/geophires_x_tests/test_reservoir.py https://github.com/NREL/GEOPHIRES-X/blob/b926e63baac31d5bc8a870641f9f21e6ad0a3932/tests/geophires_x_tests/test_economics.py

softwareengineerprogrammer commented 3 weeks ago

Resolved by https://github.com/NREL/GEOPHIRES-X/pull/230, closing.