运行calibrate_xaj.py时ValueError: the new name 'flow' conflicts
Closed this issue · 0 comments
Myfootnotsmelly commented
Environment Information
- hydromodel version: 源码 0.2.5
- Python version: 3.10
- Operating System: ubuntu2204
Description
What I Did
配置完环境、依赖、数据集后,用下面的脚本运行报错
python calibrate_xaj.py --data_type camels --data_dir {dataset_dir} --exp expcamels001 --cv_fold 2 --warmup 365 --period 2007-01-01 2014-01-01 --calibrate_period 2007-01-01 2014-01-01 --test_period 2007-01-01 2014-01-01 --basin_id 01439500 06885500 08104900 09510200 --model "{\"name\": \"xaj\", \"source_type\": \"sources5mm\", \"source_book\": \"HF\"}" --algorithm "{\"name\": \"SCE_UA\", \"random_seed\": 1234, \"rep\": 10, \"ngs\": 10, \"kstop\": 5, \"peps\": 0.1, \"pcento\": 0.1}" --loss "{\"type\": \"time_series\", \"obj_func\": \"RMSE\", \"events\": null}"