CALIPSO-project / SPINacc

A spinup acceleration procedure for land surface models (LSM) . Developer team Mandresy Rasolonjatovo, Tianzhang Cai, Matthew Archer, Daniel Goll
4 stars 0 forks source link

[WIP] Rework package imports #49

Open ma595 opened 6 months ago

ma595 commented 6 months ago

All imports are currently handled by __init__.py in Tools, and from Tools import * is used at the top of all files. This PR attempts to rework package imports by including only what is needed for each file.

This PR is ready for review once the following are addressed:

Fixes #43