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

adds round_to_int boolean argument to FixedScaleOffset #558

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

fix whitespace between test functions

e26b712
Select commit
Loading
Failed to load commit list.
Open

adds round_to_int boolean argument to FixedScaleOffset #558

fix whitespace between test functions
e26b712
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 14, 2024 in 0s

99.91% (target 100.00%)

View this Pull Request on Codecov

99.91% (target 100.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.91%. Comparing base (9617e6f) to head (e26b712).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #558   +/-   ##
=======================================
  Coverage   99.91%   99.91%           
=======================================
  Files          59       59           
  Lines        2339     2349   +10     
=======================================
+ Hits         2337     2347   +10     
  Misses          2        2           
Files Coverage Δ
numcodecs/fixedscaleoffset.py 100.00% <100.00%> (ø)
numcodecs/tests/test_fixedscaleoffset.py 100.00% <100.00%> (ø)