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 7348dde commit be96aaeCopy full SHA for be96aae
tests/test_geophires_x_client.py
@@ -532,6 +532,8 @@ def test_parse_annualized_capital_costs(self):
532
def test_parse_number_with_commas(self):
533
result = GeophiresXResult(self._get_test_file_path('examples/S-DAC-GT.out'))
534
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)
537
538
def test_parse_sdacgt_profile(self):
539
0 commit comments