Skip to content

Commit

Permalink
E741 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer committed Aug 7, 2024
1 parent 25bf160 commit fc8fcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compute_geopotential_on_ml.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def parse_args():
args.levelist = list(range(int(args.levelist[0]),
int(args.levelist[2]) + 1))
else:
args.levelist = [int(l) for l in args.levelist.split('/')]
args.levelist = [int(level) for level in args.levelist.split('/')]
return args


Expand Down

0 comments on commit fc8fcb8

Please sign in to comment.