Replies: 4 comments 5 replies
-
This should also serve as a discussion for also implementing |
Beta Was this translation helpful? Give feedback.
0 replies
-
document: Refactor: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Before any more work done on minor refactoring
spaghetti
, consider implications of a major refactor in terms of methods for storing and accessing attributes.Much of the code base written years ago for
python2.7
and is not making use of recent improvements, specifically the use ofpandas
for storing/accessing attributes.Many of the class attributes in
Network
andPointPattern
are make use ofdict
andOrderedDict
datatypes.pandas
may help with streamlining workflow, efficient processing, and storage.Thoughts? @sjsrey
Beta Was this translation helpful? Give feedback.
All reactions