Skip to content

Commit

Permalink
Merge pull request #14 from mhpi/hydrodl_dev
Browse files Browse the repository at this point in the history
Hydrodl dev
  • Loading branch information
leoglonz authored Jan 8, 2025
2 parents 8b901ca + 86ab668 commit ecd7fdf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 556 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,8 @@ src/hydroDL2/_version.py

# Other
*sacsma*
validation/
archive/
*prms*
archive/
runs/
results/
validation/
6 changes: 6 additions & 0 deletions src/hydroDL2/core/utils/clean_temp.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh

# Recursively remove all cache files (.pyc, __pycache__/) in the working dir.
# Usage: sh path/to/clean_temp.sh

find . | grep -E "(__pycache__|\.pyc$)" | xargs rm -rf
Loading

0 comments on commit ecd7fdf

Please sign in to comment.