You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/test_evalutionhandfim.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@
5
5
deftest_bm_fimlookup():
6
6
out=fm.fim_lookup(
7
7
HUCID="10170203",
8
-
# date_input="2019-09-19 16:00:00", #If user is more specific then they can pass date (with hour if known) along with HUC8
9
-
run_handfim=True, #It will look for the owp hand fim for the mentioned HUC8 and date, if not found it will download and generate the owp hand fim
8
+
date_input="2019-09-19 16:00:00", #If user is more specific then they can pass date (with hour if known) along with HUC8
9
+
# run_handfim=True, #It will look for the owp hand fim for the mentioned HUC8 and date, if not found it will download and generate the owp hand fim
10
10
# file_name="PSS_1_0m_20190919T165541_963659W424518N_BM.tif", #If user pass the specific filename, it will download that and assume that this is the right benchmark, else based on exact match of date it will look for the benchmark
11
11
# start_date="2024-06-20", #If user is not sure of the exact date then they can pass a range of dates
0 commit comments