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
In the analysis objects (found here), there is some code that is probably in the wrong place, deviating from the DRY adage and complicating my analysis.
To start with, the method get_place_field should probably be in a primary module, like functions.
There's probably a few more things in here that need refactoring.
The text was updated successfully, but these errors were encountered:
In the analysis objects (found here), there is some code that is probably in the wrong place, deviating from the DRY adage and complicating my analysis.
To start with, the method
get_place_field
should probably be in a primary module, like functions.There's probably a few more things in here that need refactoring.
The text was updated successfully, but these errors were encountered: