Skip to content

Commit

Permalink
psutil
Browse files Browse the repository at this point in the history
  • Loading branch information
joglekara committed Nov 13, 2024
1 parent 1aa54bd commit c95c06d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions env_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ dependencies:
- pip:
- mlflow_export_import
- interpax
- psutil

1 change: 1 addition & 0 deletions tsadar/process/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def prepare_data(config: Dict) -> Dict:
"""
# load data
custom_path = None
if "filenames" in config["data"].keys():
custom_path = (config["data"]["filenames"]["epw"] is not None) | (
config["data"]["filenames"]["iaw"] is not None
Expand Down

0 comments on commit c95c06d

Please sign in to comment.