We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f49753d + 6e55651 commit 533a366Copy full SHA for 533a366
code/find_index.py
@@ -7,7 +7,7 @@
7
import matplotlib.pyplot as plt
8
9
10
-def find_view(base, view):
+def find_index(base, view):
11
"""
12
Given an array that is a `view` of a `base`, find an index such that
13
`base[index] is view`
0 commit comments