Skip to content

Commit aafbff2

Browse files
py38-compatible dict union
1 parent 06bc7b9 commit aafbff2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_geophires_x.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -919,10 +919,7 @@ def _get_result(_params) -> GeophiresXResult:
919919
return GeophiresXClient().get_geophires_result(
920920
GeophiresInputParameters(
921921
from_file_path=self._get_test_file_path('geophires_x_tests/generic-egs-case.txt'),
922-
params={
923-
'Economic Model': 5,
924-
}
925-
| _params,
922+
params={'Economic Model': 5, **_params},
926923
)
927924
)
928925

0 commit comments

Comments
 (0)