Skip to content

Commit

Permalink
Meshkernel api change, get the tests running for now, skip meshkernel…
Browse files Browse the repository at this point in the history
… integration
  • Loading branch information
Huite committed Nov 9, 2023
1 parent 5d64892 commit 5644e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def _importorskip(modname):

# If the DLL/SO fails to load / be found, still skip.
try:
meshkernel.MeshKernel(is_geographic=False)
meshkernel.MeshKernel()
has = True
except OSError:
has = False
Expand Down

0 comments on commit 5644e36

Please sign in to comment.