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

sympy.polys.matrices not generated #75

Open
sayandip18 opened this issue Feb 6, 2021 · 4 comments
Open

sympy.polys.matrices not generated #75

sayandip18 opened this issue Feb 6, 2021 · 4 comments

Comments

@sayandip18
Copy link

Running asv run -s 1 branch_name results in this error

       from .eigen import (
     File "/home/sayandip/sympy_benchmarks/env/03a9d9b710ad4ceadb81b1d94245237d/lib/python3.7/site-packages/sympy/matrices/eigen.py", line 14, in <module>
       from sympy.polys.matrices import DomainMatrix
   ModuleNotFoundError: No module named 'sympy.polys.matrices'

The matrices.py module which was added in this PR is not there in the sympy inside site-packages. This is probably because some older version of sympy is being installed.

@oscarbenjamin
Copy link
Contributor

If an older version was being installed then it would not try to import sympy.polys.matrices.

Does asv run 1 branch_name run the benchmarks for all commits on the branch or is it just running for the most recent commit?

@sayandip18
Copy link
Author

Does asv run 1 branch_name run the benchmarks for all commits on the branch or is it just running for the most recent commit?

The most recent one

@oscarbenjamin
Copy link
Contributor

I can't reproduce this.

@sayandip18
Copy link
Author

That's odd!

asv run was working just fine for me. I faced this problem only when I tried to run asv run -s 1 COMMIT.

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