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
The files under smrf.data should be updated to match their classes they hold. Also rename the grid class, so we don't end up with references of grid.GRID
The text was updated successfully, but these errors were encountered:
I think this follows the line of #163 as the class names are not all that useful. For example, air temperature is in air_temp.ta. Would this be better as air_temp.AirTemp or put the class names in the __init__.py to import cleaner?
As SMRF is growing with more and more subpackages, having class names in the __init__.py starts to make a lot more sense. While it sounds simple, this will be a pretty decent undertaking, especially cleaning up of the data folder!
The files under smrf.data should be updated to match their classes they hold. Also rename the
grid
class, so we don't end up with references ofgrid.GRID
The text was updated successfully, but these errors were encountered: