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 6580373 commit 3e43d10Copy full SHA for 3e43d10
tests/test_geophires_x.py
@@ -882,7 +882,7 @@ def test_temperature_limitations(self):
882
}
883
)
884
client.get_geophires_result(params)
885
- self.assertIn(' must be between 30 and 70 ', str(e.exception))
+ self.assertIn('failed to validate CLGS input value', str(e.exception))
886
887
with self.assertRaises(RuntimeError) as e:
888
params = GeophiresInputParameters({'Power Plant Type': 2, 'Maximum Temperature': 600})
0 commit comments