Skip to content

Commit

Permalink
fix: Updating how to access QuantileDeltaMappingCorrection
Browse files Browse the repository at this point in the history
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
1 parent 9456dd3 commit 3abc643
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 3abc643

Please sign in to comment.