Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangerwen committed May 15, 2024
1 parent 7328296 commit 515cbea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions envs/environment_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies:
- openpyxl=3.1.2
- cached_property=1.5.2
- rtree=1.0.1
- pyogrio

- pip: # 3Di packages are not conda installable and are therefore installed by PIP
- threedi_modelchecker==2.4.0 #ThreediToolbox 2.5.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ def run(
if wlvl_correction:
grid_gdf = self.correct_waterlevels(grid_gdf=grid_gdf, timesteps_seconds=timesteps_seconds)
# Save to file
grid_gdf.to_file(output_file.path, engine="pyogrio")
grid_gdf.to_file(str(output_file), engine="pyogrio")


# %%
Expand Down

0 comments on commit 515cbea

Please sign in to comment.