diff --git a/dfm_tools/xugrid_helpers.py b/dfm_tools/xugrid_helpers.py index d293fa7c..bbcc0984 100644 --- a/dfm_tools/xugrid_helpers.py +++ b/dfm_tools/xugrid_helpers.py @@ -190,8 +190,6 @@ def open_partitioned_dataset(file_nc:str, decode_fillvals:bool = False, remove_e Remove ghostcells from the partitions. This is also done by xugrid automatically upon merging, but then the domain numbers are not taken into account so the result will be different. The default is True. - **kwargs : TYPE - DESCRIPTION. file_nc : TYPE DESCRIPTION. kwargs : TYPE, optional diff --git a/docs/installation.md b/docs/installation.md index 2e40c694..15d11a5d 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -17,4 +17,4 @@ ## Potential git/conda issues with installation - long paths error? Check [this Github issue](https://github.com/Deltares/HYDROLIB-core/issues/327#issuecomment-1266534032) -- OpenSSL error? Fix your conda base env by doing [this](https://github.com/conda/conda/issues/11795#issuecomment-1335666474) or maybe [this](https://github.com/conda/conda/issues/11795#issuecomment-1382661765). Let us know if you encounter this issue. +- OpenSSL error? Fix your conda base env by doing [this](https://github.com/conda/conda/issues/11795#issuecomment-1335666474) or maybe [that](https://github.com/conda/conda/issues/11795#issuecomment-1382661765). Let us know if you encounter this issue.