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

Tutorial compare_with_external_photo #413

Open
miguelglezb opened this issue May 10, 2024 · 2 comments
Open

Tutorial compare_with_external_photo #413

miguelglezb opened this issue May 10, 2024 · 2 comments
Labels
bug Something isn't working docs-tutorials

Comments

@miguelglezb
Copy link
Collaborator

Cannot unpack the output (tuple?) in argument np.unravel_index(i, sampling[0].shape) in:
sampling[:2, *np.unravel_index(i, sampling[0].shape)] = (

Every cell after this fails because of this issue.

@PabloCorcho
Copy link
Member

PabloCorcho commented May 10, 2024

I could not find any issue with the current version on main of this tutorial. Can you post which line of code is generating the error?

@PabloCorcho PabloCorcho added bug Something isn't working docs-tutorials labels May 14, 2024
@miguelglezb
Copy link
Collaborator Author

This happens in the fourth cell and can be traced back to pykoala/corrections/external_data.py in line 107:

                ^
SyntaxError: invalid syntax

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working docs-tutorials
Projects
None yet
Development

No branches or pull requests

2 participants