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 26a4309 commit 0a4b557Copy full SHA for 0a4b557
tests/test_geophires_x.py
@@ -66,7 +66,7 @@ def test_geophires_x_end_use_direct_use_heat(self):
66
67
def test_geophires_x_end_use_electricity(self):
68
client = GeophiresXClient()
69
- client.get_geophires_result(
+ result = client.get_geophires_result(
70
GeophiresInputParameters(
71
{
72
'Print Output to Console': 0,
@@ -80,6 +80,9 @@ def test_geophires_x_end_use_electricity(self):
80
)
81
82
83
+ assert result is not None
84
+ assert result.result['metadata']['End-Use Option'] == 'ELECTRICITY'
85
+
86
def test_reservoir_model_2(self):
87
88
result = client.get_geophires_result(
0 commit comments