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 0489a70 commit 85a388eCopy full SHA for 85a388e
tests/test_geophires_x.py
@@ -54,9 +54,11 @@ def test_geophires_x_end_use_direct_use_heat(self):
54
)
55
56
57
- assert result == result_same_input
+ del result.result['metadata']
58
+ del result_same_input.result['metadata']
59
+ self.assertDictEqual(result.result, result_same_input.result)
60
- # TODO assert that result was retrieved from cache instead of recomputed (somehow)
61
+ # assert result == result_same_input # TODO assert that result was retrieved from cache instead of recomputed (somehow)
62
63
def test_geophires_x_end_use_electricity(self):
64
client = GeophiresXClient()
0 commit comments