ePSIC-DLS / particlespy

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

Change functions and directories to lower case #72

Closed TomSlater closed 3 years ago

TomSlater commented 3 years ago

I have updated all directories and functions to use solely lower case to avoid confusion / errors. All functions should now be in the same style, e.g. this_function().

All docs and tests have been updated.

I will remove the example notebook and update and put this somewhere else.

codecov[bot] commented 3 years ago

Codecov Report

Merging #72 (58feb90) into master (0ac5f09) will not change coverage. The diff coverage is 94.16%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #72   +/-   ##
=======================================
  Coverage   88.49%   88.49%           
=======================================
  Files          15       15           
  Lines        1156     1156           
=======================================
  Hits         1023     1023           
  Misses        133      133           
Impacted Files Coverage Δ
particlespy/custom_kernels.py 100.00% <ø> (ø)
particlespy/particle_save.py 20.00% <0.00%> (ø)
particlespy/segptcls.py 94.56% <ø> (ø)
particlespy/tests/generate_test_data.py 100.00% <ø> (ø)
particlespy/radial_profile.py 9.09% <33.33%> (ø)
particlespy/segimgs.py 91.57% <83.33%> (ø)
particlespy/particle_analysis.py 94.22% <92.85%> (ø)
particlespy/__init__.py 100.00% <100.00%> (ø)
particlespy/api.py 91.17% <100.00%> (ø)
particlespy/particle_load.py 100.00% <100.00%> (ø)
... and 6 more
TomSlater commented 3 years ago

@CameronGBell, this PR is passing tests and I've run a new version of the example notebook with seg_ui and all works for me. Would you mind just checking a local install with you to see if this is all running okay? I'm just cautious that a lot has changed!

TomSlater commented 3 years ago

This PR should resolve #69 once merged.