Skip to content

Commit

Permalink
Update xarray/core/utils.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Maximilian Roos <[email protected]>
  • Loading branch information
HasanAhmadQ7 and max-sixty authored Aug 3, 2019
1 parent 43b3407 commit 956bf64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def list_equiv(first, second):
return False
else:
for f, s in zip(first, second):
equiv = equiv and equivalent(first[i], second[i])
equiv = equiv and equivalent(f, s)
return equiv


Expand Down

0 comments on commit 956bf64

Please sign in to comment.