Skip to content

Use numbers module from stdlib as type - #379

Merged
basnijholt merged 1 commit into
mainfrom
numbers
Oct 12, 2022
Merged

Use numbers module from stdlib as type#379
basnijholt merged 1 commit into
mainfrom
numbers

Conversation

@basnijholt

Copy link
Copy Markdown
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
Copy Markdown

Codecov Report

Merging #379 (0ae2912) into main (682a1f0) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@ Coverage Diff @@## main #379 +/- ##
==========================================
- Coverage 77.68% 77.67% -0.02% 
==========================================
Files 37 37 Lines 5414 5420 +6 Branches 982 982 ==========================================
+ Hits 4206 4210 +4 - Misses 1062 1063 +1 - Partials 146 147 +1 
Impacted FilesCoverage Δ
adaptive/learner/average_learner.py79.33% <100.00%> (+0.34%)⬆️
adaptive/learner/average_learner1D.py74.08% <100.00%> (+0.08%)⬆️
adaptive/learner/learner1D.py87.22% <100.00%> (+0.06%)⬆️
adaptive/learner/sequence_learner.py76.10% <100.00%> (ø)
adaptive/types.py100.00% <100.00%> (ø)
adaptive/runner.py68.60% <0.00%> (-0.69%)⬇️

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

@basnijholt
basnijholt enabled auto-merge (squash) October 12, 2022 22:07
@basnijholt
basnijholt merged commit 8fd6de5 into mainOct 12, 2022
@basnijholt
basnijholt deleted the numbers branch October 12, 2022 22:16
@basnijholtbasnijholt mentioned this pull request Oct 12, 2022
basnijholt added a commit that referenced this pull request Apr 7, 2023
Sign up for freeto 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.

2 participants

@basnijholt@codecov-commenter