Skip to content

Commit 1ab1532

Browse files
author
James Halgren
committed
turn on slow test in committed file
1 parent 7046cd5 commit 1ab1532

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ngen_forcing/test_process_nwm_forcing_to_ngen.py

+9-9
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,15 @@ def main():
114114

115115
# This way is extremely slow for anything more than a
116116
# few files, so we comment it out of the test
117-
# start_time = time.time()
118-
# print(f"Working on the original way")
119-
# forcing_dict = get_forcing_dict(
120-
# gpkg_subset,
121-
# folder_prefix,
122-
# file_list,
123-
# var_list,
124-
# )
125-
# print(time.time() - start_time)
117+
breakpoint()
118+
start_time = time.time()
119+
get_forcing_dict(
120+
gpkg_subset,
121+
folder_prefix,
122+
file_list,
123+
var_list,
124+
)
125+
print(time.time() - start_time)
126126

127127
start_time = time.time()
128128
print(f"Working on the new way")

0 commit comments

Comments
 (0)