Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions earth2studio/models/dx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from earth2studio.models.dx.cbottle_tc import CBottleTCGuidance # noqa
from earth2studio.models.dx.climatenet import ClimateNet # noqa
from earth2studio.models.dx.corrdiff import CorrDiff, CorrDiffTaiwan # noqa
from earth2studio.models.dx.corrdiffMD import corrdiffMD, CorrDiffSolarMD
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic: Importing corrdiffMD (lowercase) but the class name in the file is CorrDiffMD - this will cause ImportError if users try to use corrdiffMD

from earth2studio.models.dx.derived import (
DerivedRH,
DerivedRHDewpoint,
Expand Down
Loading