SilverLabUCL / PySilverLabNWB

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

update extension yamls #51

Closed alessandrofelder closed 4 years ago

alessandrofelder commented 4 years ago

The files silverlab.*.yaml are generated by generate_extended_schema.py but weren't up-to-date on the repo.

Only changes are small typo fixes inside strings. This affects the signatures, however!

Also, fixes problems with newer versions of tifffile, which don't include the indirect dependency imagecodecs by default anymore.

codecov-commenter commented 4 years ago

Codecov Report

Merging #51 into master will decrease coverage by 0.06%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
- Coverage   53.76%   53.69%   -0.07%     
==========================================
  Files          12       12              
  Lines        1581     1583       +2     
  Branches      252      253       +1     
==========================================
  Hits          850      850              
- Misses        696      697       +1     
- Partials       35       36       +1     
Impacted Files Coverage Δ
src/silverlabnwb/generate_extended_schema.py 0.00% <ø> (ø)
tests/test_metadata_import.py 94.73% <0.00%> (-5.27%) :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 9261d04...8027996. Read the comment docs.

ageorgou commented 4 years ago

Not sure why the Travis tests aren't linked properly, but they're passing.