-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
List of locations that are currently undefined:
- RoE
leading to:
File [/opt/homebrew/Caskroom/miniforge/base/envs/premise/lib/python3.11/site-packages/constructive_geometries/geomatcher.py:81](http://localhost:8888/opt/homebrew/Caskroom/miniforge/base/envs/premise/lib/python3.11/site-packages/constructive_geometries/geomatcher.py#line=80), in Geomatcher.__getitem__(self, key)
79 if key == "RoW" and "RoW" not in self.topology:
80 return set()
---> 81 return self.topology[self._actual_key(key)]
File [/opt/homebrew/Caskroom/miniforge/base/envs/premise/lib/python3.11/site-packages/constructive_geometries/geomatcher.py:114](http://localhost:8888/opt/homebrew/Caskroom/miniforge/base/envs/premise/lib/python3.11/site-packages/constructive_geometries/geomatcher.py#line=113), in Geomatcher._actual_key(self, key)
111 print("Geomatcher: Used '{}' for '{}'".format(new, key))
112 return new
--> 114 raise KeyError("Can't find location: {}.".format(key))
KeyError: "Can't find location: RoE."
Metadata
Metadata
Assignees
Labels
No labels