chengtan9907 / OpenSTL

OpenSTL: A Comprehensive Benchmark of Spatio-Temporal Predictive Learning
https://openstl.readthedocs.io/en/latest/
Apache License 2.0
730 stars 113 forks source link

Fix inconsistent usage of "level" and "levels" on weather dataset #151

Closed MoonRainy21 closed 3 weeks ago

MoonRainy21 commented 1 month ago

Fix inconsistent usage of "level" and "levels" on weather dataset

On dataloader_weather.py, the dataset and load_data function uses "levels" as parameter, but on the example on the same file or on dataset_constant.py "level" is used as parameter, which fix the "levels" parameter to ['50']