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

Bug fix in libraries.py #767

Merged
merged 1 commit into from
Mar 21, 2024
Merged

Bug fix in libraries.py #767

merged 1 commit into from
Mar 21, 2024

Conversation

rmmaf
Copy link
Contributor

@rmmaf rmmaf commented Mar 20, 2024

The 'pop' function in line 58 is called wrongly (with '[]' instead of '()'), resulting in:

TypeError: 'builtin_function_or_method' object is not subscriptable

The 'pop' function in line 58 is called wrongly, resulting in:

TypeError: 'builtin_function_or_method' object is not subscriptable
@rmmaf rmmaf marked this pull request as draft March 20, 2024 22:56
@rmmaf rmmaf marked this pull request as ready for review March 20, 2024 22:57
@rmmaf rmmaf marked this pull request as draft March 20, 2024 23:08
@rmmaf rmmaf marked this pull request as ready for review March 20, 2024 23:09
Copy link
Member

@ntamas ntamas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, nice catch!

@ntamas ntamas merged commit 76a56f4 into igraph:main Mar 21, 2024
3 checks passed
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

2 participants