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.
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_fieldshould probably be in a primary module, like functions.There's probably a few more things in here that need refactoring.