Skip to content

Commit

Permalink
python 3 wants list when getting keys..
Browse files Browse the repository at this point in the history
  • Loading branch information
pagecp authored Jul 3, 2020
1 parent 72e15b1 commit 1bfe811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icclim/icclim.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def indice(in_files,
VARS[v]['files_years_base'] = dict_files_years_to_process_base

dim_name = util_nc.check_unlimited(VARS_in_files[v][0])
tile_dimension = arr_size.get_tile_dimension(in_files=dict_files_years_to_process.keys(),
tile_dimension = arr_size.get_tile_dimension(in_files=list(dict_files_years_to_process.keys()),
var_name=v,
transfer_limit_Mbytes=transfer_limit_Mbytes,
time_range=time_range)
Expand Down

0 comments on commit 1bfe811

Please sign in to comment.