ePSIC-DLS / particlespy

Package for analysing particles in electron microscopy data sets.
GNU General Public License v3.0
19 stars 9 forks source link

scikit image update #56

Closed CameronGBell closed 3 years ago

CameronGBell commented 3 years ago

Start of updating ParticleSpy for SciKit Image 0.17

codecov[bot] commented 3 years ago

Codecov Report

Merging #56 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #56   +/-   ##
=======================================
  Coverage   84.62%   84.62%           
=======================================
  Files          13       13           
  Lines         852      852           
=======================================
  Hits          721      721           
  Misses        131      131           
Impacted Files Coverage Δ
ParticleSpy/ParticleAnalysis.py 93.11% <100.00%> (ø)
ParticleSpy/segptcls.py 94.50% <100.00%> (ø)
ParticleSpy/tests/test_particle_clustering.py 100.00% <100.00%> (ø)
TomSlater commented 3 years ago

The tests are passing so the changes seem to be okay. Could you have a check what the earliest versions of each package that could be used are and put these in setup.py?