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
latest optimization shows, imho, that this might not be a good way to optimize. In order to avoid repeated calls to upcast, storing the values directly in edge_df seems a better and easier practice. Closing
Where necessary, i.e for topology dependant indexing elements
https://pypi.python.org/pypi/cached-property
then complete
reset_topo
by flushing (del
the property inself.__dict__
like indicated in the examples)The text was updated successfully, but these errors were encountered: