-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: metric selection for faster calculation #1
Conversation
in
and then its repetition is the most elegant way of doing things, but it works. |
.github/workflows/run_tests.yml
Outdated
@@ -28,7 +28,7 @@ jobs: | |||
fail-fast: false | |||
matrix: | |||
os: ["ubuntu-latest"] | |||
python: ["3.9", "3.10", "3.11", "3.12"] | |||
python: ["3.10", "3.11", "3.12"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try to run 3.13, too. 3.13.0 has already been released. Some of our dependencies might be broken, but let's give it a try.
I have addressed the various things we've discussed yesterday.
|
a58d394
to
d116e27
Compare
Added new features:
metrics
which can bestr
orlist
. DefaultNone
selects all metrics.NB: Calculating percentiles is the most intensive calculation, even more than POT selection.