issues
search
uscuni
/
sgeop
Street geometry processing toolkit
BSD 3-Clause "New" or "Revised" License
13
stars
0
forks
source link
Remove faulty condition in `nodes._status()`
#98
Closed
jGaboardi
closed
1 week ago
jGaboardi
commented
1 week ago
This PR:
resolves #93
resolves #92
Removes the
faulty condition in
nodes._status()
that would always evaluate to
False
, and thus was irrelevant.
This PR:
nodes._status()
that would always evaluate toFalse
, and thus was irrelevant.