RAiDER icon indicating copy to clipboard operation
RAiDER copied to clipboard

Remove weather model classes from models.__init__

Open jhkennedy opened this issue 2 years ago • 0 comments

Will need to access them via their sub-packages, like:

from RAiDER.models.hres import HRES

instead of

from RAiDER.models import HRES

fixes #608

jhkennedy avatar Nov 16 '23 07:11 jhkennedy