Skip to content
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

WIP: Add learner1D.all_intervals_between #390

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

basnijholt
Copy link
Member

Description

Please include a summary of the change and which (if so) issue is fixed.

Fixes #(ISSUE_NUMBER_HERE)

Checklist

  • Fixed style issues using pre-commit run --all (first install using pip install pre-commit)
  • pytest passed

Type of change

Check relevant option(s).

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • (Code) style fix or documentation update
  • This change requires a documentation update

@codecov-commenter
Copy link

Codecov Report

Merging #390 (7509363) into main (6c69e88) will decrease coverage by 0.29%.
The diff coverage is 7.69%.

@@            Coverage Diff             @@
##             main     #390      +/-   ##
==========================================
- Coverage   78.08%   77.78%   -0.30%     
==========================================
  Files          37       37              
  Lines        5525     5538      +13     
  Branches      989      994       +5     
==========================================
- Hits         4314     4308       -6     
- Misses       1064     1078      +14     
- Partials      147      152       +5     
Impacted Files Coverage Δ
adaptive/learner/learner1D.py 85.23% <7.69%> (-2.48%) ⬇️
adaptive/_version.py 45.61% <0.00%> (-3.51%) ⬇️
adaptive/learner/average_learner1D.py 73.75% <0.00%> (-1.00%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants