Skip to content

Commit

Permalink
reverted back the formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
karnesh committed May 20, 2024
1 parent c81c2ce commit e1aa624
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/troute-config/troute/config/output_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def validate_stream_output_internal_frequency(cls, value, values):
if value / 60 > values['stream_output_time']:
raise ValueError("stream_output_internal_frequency should be less than or equal to stream_output_time in minutes.")
return value


OutputParameters.update_forward_refs()
WrfHydroParityCheck.update_forward_refs()
4 changes: 2 additions & 2 deletions src/troute-nwm/src/nwm_routing/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def nwm_output_generator(

# replace waterbody lake_ids with outlet link ids
if link_lake_crosswalk:

# (re) set the flowveldepth index
courant.set_index(fvdidxs, inplace = True)

Expand Down Expand Up @@ -500,7 +500,7 @@ def nwm_output_generator(
)

start_time = time.time()

parity_check(
parity_set, results,
)
Expand Down

0 comments on commit e1aa624

Please sign in to comment.