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
Prev Previous commit
Next Next commit
fix: Updating how to access QuantileDeltaMappingCorrection
Using it as a bias' resource, and doesn't need to know how it is
organized internally.
  • Loading branch information
castelao committed May 22, 2024
commit 3abc64393e15e7225a29899a0dcbde4bea61162b
2 changes: 1 addition & 1 deletion tests/bias/test_qdm_bias_correction.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from sup3r import CONFIG_DIR, TEST_DATA_DIR
from sup3r.models import Sup3rGan
from sup3r.pipeline.forward_pass import ForwardPass, ForwardPassStrategy
from sup3r.bias.bias_calc import QuantileDeltaMappingCorrection
from sup3r.bias import QuantileDeltaMappingCorrection
from sup3r.bias.bias_transforms import local_qdm_bc
from sup3r.preprocessing.data_handling import DataHandlerNC, DataHandlerNCforCC

Expand Down