Skip to content

Commit

Permalink
change to_list() to tolist() (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdusch authored and fmaussion committed Apr 18, 2019
1 parent 8b213af commit 1e549f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oggm/utils/_downloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -1871,7 +1871,7 @@ def get_ref_mb_glaciers_candidates(rgi_version=None):

if key not in cfg.DATA:
flink, _ = get_wgms_files()
cfg.DATA[key] = flink['RGI{}0_ID'.format(rgi_version)].to_list()
cfg.DATA[key] = flink['RGI{}0_ID'.format(rgi_version)].tolist()

return cfg.DATA[key]

Expand Down

0 comments on commit 1e549f6

Please sign in to comment.