Closed catherinebirney closed 1 year ago
assuming it works I think this is a good idea
assuming it works I think this is a good idea
:satisfied: yes, I will look into the flake8 failures
I think this is a great idea. The one change I would make is to not create the flowbyseries.py
file, but to keep the class _FlowBySeries
in flowby.py
, the class _FBASeries
in flowbyactivity.py
, and the class _FBSSeries
in flowbyseries.py
. Just because those classes are crucial to the classes _FlowBy
, FlowByActivity
, and FlowBySector
functioning.
I think this is a great idea. The one change I would make is to not create the
flowbyseries.py
file, but to keep the class_FlowBySeries
inflowby.py
, the class_FBASeries
inflowbyactivity.py
, and the class_FBSSeries
inflowbyseries.py
. Just because those classes are crucial to the classes_FlowBy
,FlowByActivity
, andFlowBySector
functioning.
Great input, thanks, I'll make that change!
@bl-young Thanks for these import fixes!
I will pull this branch into recursive-refac once the checks on PR #364 are complete
Move class-specific code out of flowby.py into
Because flowby.py was very long and it was getting difficult to follow.
@matthewlchambers @bl-young any reason we should not split up the code?