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 ae7a8f0 commit 7213230Copy full SHA for 7213230
tests/test_geophires_x.py
@@ -606,8 +606,8 @@ def _get_result(series_start_year: int) -> GeophiresXResult:
606
def _npv(r: GeophiresXResult) -> dict:
607
return r.result['ECONOMIC PARAMETERS']['Project NPV']['value']
608
609
- self.assertEqual(4561.96, _npv(_get_result(0)))
610
- self.assertEqual(4263.51, _npv(_get_result(1)))
+ self.assertEqual(4580.36, _npv(_get_result(0)))
+ self.assertEqual(4280.71, _npv(_get_result(1)))
611
612
def test_transmission_pipeline_cost(self):
613
result = GeophiresXClient().get_geophires_result(
0 commit comments