Skip to content

Commit 956bf64

Browse files
Update xarray/core/utils.py
Co-Authored-By: Maximilian Roos <5635139+max-sixty@users.noreply.github.com>
1 parent 43b3407 commit 956bf64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def list_equiv(first, second):
150150
return False
151151
else:
152152
for f, s in zip(first, second):
153-
equiv = equiv and equivalent(first[i], second[i])
153+
equiv = equiv and equivalent(f, s)
154154
return equiv
155155

156156

0 commit comments

Comments
 (0)