diff --git a/tests/__init__.py b/tests/__init__.py index 1fcf950f5..5b23bc892 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -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