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
Note that downcast could be placed in geometry.py as topology imports geometry but this code has to do with Shape objects which only reside in topology. Hence, an independent module that both could import would reduce code duplication.
There may be other bits of code that could go into this new file. Once the typing activities are complete, the output of pylint should be used to highlight all potential code.
The text was updated successfully, but these errors were encountered:
There are bits of code that is duplicated in the base topology and geometry layers,
downcast
being a good example. Within geometry.py one will find:Note that
downcast
could be placed in geometry.py as topology imports geometry but this code has to do withShape
objects which only reside in topology. Hence, an independent module that both could import would reduce code duplication.There may be other bits of code that could go into this new file. Once the typing activities are complete, the output of pylint should be used to highlight all potential code.
The text was updated successfully, but these errors were encountered: