Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

find_index #76

Open
pa-beaufort opened this issue Oct 11, 2018 · 1 comment
Open

find_index #76

pa-beaufort opened this issue Oct 11, 2018 · 1 comment

Comments

@pa-beaufort
Copy link
Contributor

Hello,

When I run the script find_index.py, I get the following error

 $ python find_index.py 
Traceback (most recent call last):
  File "find_index.py", line 68, in <module>
    index = find_index(base,Z)
NameError: name 'find_index' is not defined

If I replace find_index with find_view within the scope of __main__, it seems to work

 $ python find_index.py 
True
True
True
True
True
True
True
@rougier
Copy link
Owner

rougier commented Oct 16, 2018

Thanks for the report and tou're right, it is an error !
Can you make a Pull Request to fix the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants