Skip to content

Commit

Permalink
update to run v3
Browse files Browse the repository at this point in the history
  • Loading branch information
AminTorabi-NOAA committed Jul 22, 2024
1 parent 6444811 commit 58a55cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/troute-nwm/src/nwm_routing/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def nwm_output_generator(

if stream_output:
stream_output_directory = stream_output['stream_output_directory']
stream_output_mask = stream_output['mask_output']
stream_output_mask = stream_output.get('mask_output',)
stream_output_timediff = stream_output['stream_output_time']
stream_output_type = stream_output['stream_output_type']
stream_output_internal_frequency = stream_output['stream_output_internal_frequency']
Expand Down

0 comments on commit 58a55cf

Please sign in to comment.