Open prisae opened 4 years ago
Currently, the tests are fixed to numpy=1.17, because many benchmarks will fail for earlier versions.
numpy=1.17
Now, we don't need to run benchmarks all the way back. The history benchmarks are stored in https://github.com/empymod/empymod-asv-v1/ and rendered on https://emsig.xyz/empymod-asv-v1/
ToDo's in the near future:
model
transform
model.time
model.frequency
Annotate it in the README.
Currently, the tests are fixed to
numpy=1.17
, because many benchmarks will fail for earlier versions.Now, we don't need to run benchmarks all the way back. The history benchmarks are stored in https://github.com/empymod/empymod-asv-v1/ and rendered on https://emsig.xyz/empymod-asv-v1/
ToDo's in the near future:
numpy=1.17
(in config file);model
andtransform
benchmarks (e.g., removemodel.time
andmodel.frequency
tests).