has2k1 / mizani

A scales package for python
https://mizani.readthedocs.io
BSD 3-Clause "New" or "Revised" License
49 stars 14 forks source link

Fix guarding scipy import. #21

Closed ChickenProp closed 3 years ago

ChickenProp commented 3 years ago

Since probability_trans is called from the top-level of the module, 9885293 still left scipy required. With this it's no longer required.

codecov[bot] commented 3 years ago

Codecov Report

Merging #21 (0b6f431) into master (47ea2c1) will decrease coverage by 0.15%. The diff coverage is 60.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
- Coverage   99.77%   99.62%   -0.16%     
==========================================
  Files           8        8              
  Lines        1320     1323       +3     
  Branches      241      241              
==========================================
+ Hits         1317     1318       +1     
- Misses          2        4       +2     
  Partials        1        1              
Impacted Files Coverage Δ
mizani/transforms.py 98.51% <60.00%> (-0.74%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 47ea2c1...0b6f431. Read the comment docs.