Skip to content

Commit

Permalink
Tweaked constant in find_storm_tracking_gaps.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralager committed Nov 23, 2020
1 parent 5daefad commit 9a36ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gewittergefahr/scripts/find_storm_tracking_gaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from gewittergefahr.gg_utils import storm_tracking_utils as tracking_utils

TIME_FORMAT = '%Y-%m-%d-%H%M%S'
FILE_SIZE_WITHOUT_STORMS_BYTES = 2905
FILE_SIZE_WITHOUT_STORMS_BYTES = 2100

FIRST_SPC_DATE_ARG_NAME = 'first_spc_date_string'
LAST_SPC_DATE_ARG_NAME = 'last_spc_date_string'
Expand Down

0 comments on commit 9a36ba8

Please sign in to comment.