Skip to content

Commit be96aae

Browse files
Geothermal LCOH parsing test
1 parent 7348dde commit be96aae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_geophires_x_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,8 @@ def test_parse_annualized_capital_costs(self):
532532
def test_parse_number_with_commas(self):
533533
result = GeophiresXResult(self._get_test_file_path('examples/S-DAC-GT.out'))
534534
self.assertEqual(result.result['S-DAC-GT ECONOMICS']['Total Cost of Capture']['value'], 499_311_405.59)
535+
gt_lcoh = result.result['S-DAC-GT ECONOMICS']['Geothermal LCOH']['value']
536+
self.assertEqual(gt_lcoh, 0.0017)
535537

536538
def test_parse_sdacgt_profile(self):
537539
result = GeophiresXResult(self._get_test_file_path('examples/S-DAC-GT.out'))

0 commit comments

Comments
 (0)