Daafip / ewatercycle-hbv

plugin of HBV model for eWaterCycle
https://ewatercycle-hbv.readthedocs.io/en/latest/index.html
Apache License 2.0
0 stars 0 forks source link

fix small bug in loading non-camels data #11

Closed Daafip closed 4 months ago

Daafip commented 4 months ago

default path now shorter & checks if longer than that

diff --git a/src/ewatercycle_HBV/forcing.py b/src/ewatercycle_HBV/forcing.py --- a/src/ewatercycle_HBV/forcing.py
+++ b/src/ewatercycle_HBV/forcing.py
@@ -67,2 +67,2 @@
     # either a forcing file is supplied
-    forcing_file: Optional[str] = "forcing.txt"
+    forcing_file: Optional[str] = ".txt"