sympy / sympy_benchmarks

Some benchmarks of SymPy
14 stars 32 forks source link

sympy.polys.matrices not generated #75

Open sayandip18 opened 3 years ago

sayandip18 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

I can't reproduce this.

sayandip18 commented 3 years ago

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.