Skip to content

Commit

Permalink
fix a little bug for CACHE_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
OuyangWenyu committed Mar 22, 2024
1 parent 956cc0a commit 3db0bea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hydrodataset/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Author: Wenyu Ouyang
Date: 2022-09-05 23:20:24
LastEditTime: 2024-02-18 16:46:50
LastEditTime: 2024-03-22 10:52:33
LastEditors: Wenyu Ouyang
Description: set file dir
FilePath: \hydrodataset\hydrodataset\__init__.py
Expand Down Expand Up @@ -71,7 +71,7 @@ def read_setting(setting_path):

# set some constants for hydrodataset
ROOT_DIR = SETTING["local_data_path"]["datasets-origin"]
CACHE_DIR = hydro_file.get_cache_dir()
CACHE_DIR = Path(hydro_file.get_cache_dir())


# set some constants for datasets
Expand Down

0 comments on commit 3db0bea

Please sign in to comment.