Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganizing QDM related methods #216

Merged
merged 8 commits into from
May 24, 2024
Merged
Prev Previous commit
Next Next commit
refact: Relocating QuantileDeltaMappingCorrection
The bias_calc was already quite large before adding PresRat. This commit
relocates QuantileDeltaMappingCorrection in a new sub-module that will
also receive PresRat.
  • Loading branch information
castelao committed May 20, 2024
commit 3ddd2c0cb594bf94832ba3bbe32030561c7003ff
2 changes: 1 addition & 1 deletion sup3r/bias/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from .bias_transforms import (global_linear_bc, local_linear_bc,
monthly_local_linear_bc)
from .bias_calc import (LinearCorrection, MonthlyLinearCorrection,
QuantileDeltaMappingCorrection,
SkillAssessment)
from .qdm import QuantileDeltaMappingCorrection
Loading