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
Network without face coordinates cannot be added to mdu. It is a valid network (and it is how the interacter writes them). However, adding them to the mdu raises: "KeyError: 'An attribute for "mesh2d_face_x" was not found in nc file. Expected "mesh2d_face_x"'"
Expected behavior
If the network validation is not proper, it is better to do no network validation at al (at least temporarily). I think the mesh2d variable is not being read also and the variables are hardcoded.
Version info (please complete the following information):
Describe the bug
Network without face coordinates cannot be added to mdu. It is a valid network (and it is how the interacter writes them). However, adding them to the mdu raises:
"KeyError: 'An attribute for "mesh2d_face_x" was not found in nc file. Expected "mesh2d_face_x"'"
To Reproduce
Expected behavior
If the network validation is not proper, it is better to do no network validation at al (at least temporarily). I think the mesh2d variable is not being read also and the variables are hardcoded.
Version info (please complete the following information):
Additional context
The network:
network_nofacecoords_net.nc.txt
The text was updated successfully, but these errors were encountered: