ingo-m / pyprf

A free & open python tool for population receptive field analysis.
GNU General Public License v3.0
15 stars 3 forks source link

Packaging related changes #20

Closed ofgulban closed 6 years ago

ofgulban commented 6 years ago

Response to #19

Mainly to fix inconsistencies occurred after packaging reorganization (relative imports etc.) and a bit of cleaning (cythonization was too convoluted). I have also increased the version to 1.1.1.

codecov[bot] commented 6 years ago

Codecov Report

Merging #20 into master will increase coverage by 0.11%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
+ Coverage   97.43%   97.55%   +0.11%     
==========================================
  Files          14       14              
  Lines         820      819       -1     
==========================================
  Hits          799      799              
+ Misses         21       20       -1
Impacted Files Coverage Δ
pyprf/analysis/testing/test_utils.py 100% <ø> (ø) :arrow_up:
pyprf/analysis/pyprf_main.py 100% <100%> (ø) :arrow_up:
pyprf/analysis/preprocessing_main.py 100% <100%> (ø) :arrow_up:
pyprf/analysis/find_prf_cpu.py 100% <100%> (ø) :arrow_up:
pyprf/analysis/model_creation_pixelwise.py 100% <100%> (ø) :arrow_up:
pyprf/analysis/model_creation_timecourses_par.py 100% <100%> (ø) :arrow_up:
pyprf/analysis/model_creation_main.py 93.1% <100%> (ø) :arrow_up:
pyprf/analysis/model_creation_timecourses.py 93.44% <100%> (ø) :arrow_up:
pyprf/analysis/find_prf_gpu.py 95.77% <0%> (+0.7%) :arrow_up:

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 eb0e030...cf53cc6. Read the comment docs.