Skip to content

Commit

Permalink
very simple case for CAMELS basins -- all scripts could be run
Browse files Browse the repository at this point in the history
  • Loading branch information
OuyangWenyu committed Mar 27, 2024
1 parent 57084e9 commit 9d4b045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/calibrate_xaj.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@

repo_path = os.path.dirname(Path(os.path.abspath(__file__)).parent)
sys.path.append(repo_path)
from datasets.data_preprocess import cross_val_split_tsdata
from hydromodel.datasets import *
from hydromodel.datasets.data_preprocess import (
_get_pe_q_from_ts,
cross_val_split_tsdata,
)
from hydromodel.trainers.calibrate_sceua import calibrate_by_sceua

Expand Down

0 comments on commit 9d4b045

Please sign in to comment.