We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Annotate it in the README.
Sorry, something went wrong.
No branches or pull requests
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).The text was updated successfully, but these errors were encountered: