Skip to content

List of undefined locations #16

@romainsacchi

Description

@romainsacchi

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions