We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8dfbff commit 90cb501Copy full SHA for 90cb501
tests/geophires_monte_carlo_tests/test_geophires_monte_carlo.py
@@ -108,9 +108,8 @@ def test_monte_carlo_result_ordering(self):
108
109
self.assertDictEqual(result_json_obj, result.result['output'])
110
111
+ @unittest.skip('FIXME TODO https://github.com/NREL/GEOPHIRES-X/issues/192')
112
def test_geophires_monte_carlo_single_input(self):
- """https://github.com/NREL/GEOPHIRES-X/issues/192"""
113
-
114
client = GeophiresMonteCarloClient()
115
num_iterations = 3
116
0 commit comments