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 24e1e22 commit 3af0d86Copy full SHA for 3af0d86
tests/test_output_calculator.py
@@ -253,7 +253,7 @@ def test_producer_factor_incorrect_value(self):
253
# check for error in setter
254
with self.assertRaises(ValueError) as e:
255
self.output.producer_factor = 0
256
- self.assertEqual(str(e.exception), "Producer factor should be between 0 (Exclusive) and 1 (inclusive)")
+ self.assertEqual(str(e.exception), "Producer factor should be between 0 (Exclusive) and 2 (inclusive)")
257
258
def test_get_data_shape(self):
259
# check first year values
0 commit comments