You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug contacts_get in meshkernel 4.0.1 raises "MeshKernelError: MeshKernelError: Exception of type 'MeshKernelError': The The contacts have not been computed.". The previous meshkernel 3.0.0 returned an emtpy "<meshkernel.py_structures.Contacts at 0x1c448670110>" instead.
To Reproduce
frommeshkernelimportMeshKernelmk=MeshKernel()
mk.mesh2d_get() # returns `<meshkernel.py_structures.Mesh2d at 0x27261d77110>`mk.contacts_get() # raises error instead of `<meshkernel.py_structures.Contacts at 0x1c448670110>`
Expected behavior
Returning contacts, empty or not.
Version info (please complete the following information):
OS: Windows 10
Version 0.4.1
The text was updated successfully, but these errors were encountered:
Describe the bug
contacts_get
in meshkernel 4.0.1 raises"MeshKernelError: MeshKernelError: Exception of type 'MeshKernelError': The The contacts have not been computed."
. The previous meshkernel 3.0.0 returned an emtpy"<meshkernel.py_structures.Contacts at 0x1c448670110>"
instead.To Reproduce
Expected behavior
Returning contacts, empty or not.
Version info (please complete the following information):
The text was updated successfully, but these errors were encountered: