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
- Added limit the message error when u_id and v_id are missing
- Added Unit test cases for missing u_id and v_id
- Updated Package Version
- Updated Changelog
f"All _w_id's in zones should be part of _id's mentioned in nodes, _w_id's not in nodes are: {unmatched}")
135
+
f"All _w_id's in zones should be part of _id's mentioned in nodes. "
136
+
f"Showing 20 out of {len(unmatched)} unmatched _w_id's: {displayed_unmatched}"
137
+
)
126
138
127
139
# Geometry validation: check geometry type in each file and test if coordinates make a shape that is reasonable geometric shape according to the Simple Feature Access standard
0 commit comments