Skip to content

Commit 1250566

Browse files
committed
change message log level from info to debug
1 parent d99e553 commit 1250566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

climada/hazard/tc_tracks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,8 +594,8 @@ def _decay_calc_coeff(x_val, v_lf, p_lf):
594594
for ss_scale in range(1, len(SAFFIR_SIM_CAT)+1):
595595
if ss_scale not in p_rel:
596596
close_scale = scale_fill[np.argmin(np.abs(scale_fill-ss_scale))]
597-
LOGGER.info('No historical track of category %s. Decay ' +
598-
'parameters from category %s taken.',
597+
LOGGER.debug('No historical track of category %s. Decay ' +
598+
'parameters from category %s taken.',
599599
CAT_NAMES[ss_scale], CAT_NAMES[close_scale])
600600
v_rel[ss_scale] = v_rel[close_scale]
601601
p_rel[ss_scale] = p_rel[close_scale]

0 commit comments

Comments
 (0)