-
Notifications
You must be signed in to change notification settings - Fork 662
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
Benchmarks expect flags #3519
Labels
Comments
orbeckst
added
benchmarks
performance benchmarking with ASV
Continuous Integration
defect
labels
Feb 20, 2022
These flags can be removed since we are only benchmarking since 1.0.1 where these flags didn't exist anymore. One has to check if the equivalent behavior is now provided by kwargs for the methods. |
5 tasks
tylerjereddy
added a commit
to tylerjereddy/mdanalysis
that referenced
this issue
Dec 10, 2023
* Fixes MDAnalysisgh-3519 * There is no good reason to keep the flags in the benchmark--this benchmark has been broken for over a year so we should just use the appropriate kwargs where possible and leave a `TODO` comment for core flags that we don't have a substitute for * better to have this running than hard failing all the time, even if we've lost one of the parametrization dimensions * if someone comes along with the confidence to say we can delete the `TODO` comment, then we can also delete some of the extra parametrization complexity of course [skip cirrus]
RMeli
pushed a commit
that referenced
this issue
Dec 11, 2023
* Fixes gh-3519 * There is no good reason to keep the flags in the benchmark--this benchmark has been broken for over a year so we should just use the appropriate kwargs where possible and leave a `TODO` comment for core flags that we don't have a substitute for * better to have this running than hard failing all the time, even if we've lost one of the parametrization dimensions * if someone comes along with the confidence to say we can delete the `TODO` comment, then we can also delete some of the extra parametrization complexity of course [skip cirrus]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
The benchmarks run without error.
Actual behavior
Some benchmarks fail because they expect flags that were removed in version 2.0.0. Here is a sampling of the errors:
The text was updated successfully, but these errors were encountered: