Skip to content

Commit

Permalink
refact: Relocating QuantileDeltaMappingCorrection
Browse files Browse the repository at this point in the history
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
1 parent e01dac8 commit 3ddd2c0
Show file tree
Hide file tree
Showing 3 changed files with 499 additions and 478 deletions.
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

0 comments on commit 3ddd2c0

Please sign in to comment.