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

Seems a bug for new version of numpy #8

Open
FPGA-Networking opened this issue Jul 26, 2022 · 0 comments
Open

Seems a bug for new version of numpy #8

FPGA-Networking opened this issue Jul 26, 2022 · 0 comments

Comments

@FPGA-Networking
Copy link

For the latest version of numpy (1.19.0 at 2022.7), the code can not get a result. I check the code, and find that the line 62 in the birkhoff.py ( print(list(zip(*(matches.items())))) ) seems don't work correctly.

When replace the "list" with "tuple", it works well. (The line 62 is "print(tuple(zip(*(matches.items()))))").

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

1 participant