Skip to content

Commit 7213230

Browse files
sync cashflow series start year test npv test values
1 parent ae7a8f0 commit 7213230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_geophires_x.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,8 @@ def _get_result(series_start_year: int) -> GeophiresXResult:
606606
def _npv(r: GeophiresXResult) -> dict:
607607
return r.result['ECONOMIC PARAMETERS']['Project NPV']['value']
608608

609-
self.assertEqual(4561.96, _npv(_get_result(0)))
610-
self.assertEqual(4263.51, _npv(_get_result(1)))
609+
self.assertEqual(4580.36, _npv(_get_result(0)))
610+
self.assertEqual(4280.71, _npv(_get_result(1)))
611611

612612
def test_transmission_pipeline_cost(self):
613613
result = GeophiresXClient().get_geophires_result(

0 commit comments

Comments
 (0)