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
It is necessary to refactor the code with a more Object Oriented approach to aid further expansions.
The necessary refactors should focus on the gen_grid function in grids.py. It is necessary to create an abstract Grid object from which the different grids inherit. Common properties are:
It is necessary to refactor the code with a more Object Oriented approach to aid further expansions.
The necessary refactors should focus on the gen_grid function in grids.py. It is necessary to create an abstract Grid object from which the different grids inherit. Common properties are:
Plotters and exporters also should be "Classified"
The text was updated successfully, but these errors were encountered: