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

Resolve #1270. Fixed variable name and missing import #1278

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

meloncruuush
Copy link

@meloncruuush meloncruuush commented Jun 7, 2023

In the line print("attrnames (by default same as attrs):", iris.attrnames) the variable is misspelled, causing a problem.

1

After fixing the error, the code cell runs properly.

2

This fix allowed the code to keep the execution going, and another error popped up down the line.

3

This error was ther only because of a missing import. After adding it, it run just fine.

4

(By mistake I committed the notebook with all the output opened. I made another commit to fix it)

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

Successfully merging this pull request may close these issues.

None yet

1 participant