SilverLabUCL / PySilverLabNWB

Python tools for working with Silver Lab data in the NWB2 format
MIT License
1 stars 0 forks source link

Refactor metadata #45

Closed alessandrofelder closed 4 years ago

alessandrofelder commented 4 years ago

Large PR with the goal to

some issues/inelagancies of varying importance remain on the GUI side, but will be left as is by this PR:

codecov-commenter commented 4 years ago

Codecov Report

Merging #45 into master will increase coverage by 0.59%. The diff coverage is 53.24%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   51.62%   52.22%   +0.59%     
==========================================
  Files          11       11              
  Lines        1478     1507      +29     
  Branches      242      247       +5     
==========================================
+ Hits          763      787      +24     
- Misses        684      687       +3     
- Partials       31       33       +2     
Impacted Files Coverage Δ
src/silverlabnwb/metadata_gui.py 0.00% <0.00%> (ø)
src/silverlabnwb/metadata.py 88.40% <89.18%> (+0.03%) :arrow_up:
src/silverlabnwb/nwb_file.py 92.18% <100.00%> (+0.03%) :arrow_up:
tests/test_epochs.py 85.45% <100.00%> (+0.13%) :arrow_up:
src/silverlabnwb/signature.py 56.73% <0.00%> (-0.82%) :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 ee1117b...fe7aa7e. Read the comment docs.