CALIPSO-project / SPINacc

A spinup acceleration procedure for land surface models (LSM)
4 stars 0 forks source link

Package imports in `__init__.py` #43

Open ma595 opened 5 months ago

ma595 commented 5 months ago

All project imports and dependencies are in __init__.py this corrupts the namespace and has a small performance impact (as all depenencies are imported unnecessarily). This fixes some of issue #38.