Skip to content

Commit

Permalink
update testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Feb 9, 2024
1 parent a74ba12 commit 3afc969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geovita_processing_plugin/test/test_alg_excavation.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def setUp(self):
"SHORT_TERM_SETTLEMENT": True,
"EXCAVATION_DEPTH": 10.0,
"SETTLEMENT_ENUM": 1, # index
"LONG_TERM_SETTLEMENT": False,
"LONG_TERM_SETTLEMENT": True,
"RASTER_ROCK_SURFACE": self.raster_rock_surface_layer,
"POREPRESSURE_ENUM": 1, # index
"POREPRESSURE_REDUCTION": 50,
Expand Down

0 comments on commit 3afc969

Please sign in to comment.