ePSIC-DLS / particlespy

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

SegUI linux bug fix #37

Closed TomSlater closed 4 years ago

TomSlater commented 4 years ago

This PR fixes a bug in SegUI that would try to save files to the wrong address in linux/OSX due to using backslashes.

codecov[bot] commented 4 years ago

Codecov Report

Merging #37 into master will increase coverage by 0.03%. The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   67.86%   67.90%   +0.03%     
==========================================
  Files          15       15              
  Lines         809      810       +1     
==========================================
+ Hits          549      550       +1     
  Misses        260      260              
Impacted Files Coverage Δ
ParticleSpy/ParticleAnalysis.py 74.03% <75.00%> (+0.14%) :arrow_up:
TomSlater commented 4 years ago

This is a fix for #32 .