Skip to content

Commit

Permalink
debugging (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdusch committed Mar 21, 2020
1 parent 1d61a83 commit 980013a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oggm/cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def initialize_minimal(file=None, logging_level='INFO'):
'rgi_version', 'dl_verify', 'use_mp_spawn', 'calving_use_limiter',
'use_shape_factor_for_inversion', 'use_rgi_area',
'use_shape_factor_for_fluxbasedmodel', 'baseline_climate',
'calving_line_extension', 'use_kcalving_param']
'calving_line_extension', 'use_kcalving_param', 'lru_maxsize']
for k in ltr:
cp.pop(k, None)

Expand Down

0 comments on commit 980013a

Please sign in to comment.