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 06bc7b9 commit aafbff2Copy full SHA for aafbff2
tests/test_geophires_x.py
@@ -919,10 +919,7 @@ def _get_result(_params) -> GeophiresXResult:
919
return GeophiresXClient().get_geophires_result(
920
GeophiresInputParameters(
921
from_file_path=self._get_test_file_path('geophires_x_tests/generic-egs-case.txt'),
922
- params={
923
- 'Economic Model': 5,
924
- }
925
- | _params,
+ params={'Economic Model': 5, **_params},
926
)
927
928
0 commit comments