exdir icon indicating copy to clipboard operation
exdir copied to clipboard

Implement soft link and external link

Open lepmik opened this issue 6 years ago • 1 comments

  • Link classes live in links.py module
  • They are subclass of the abstract class Link
  • Functionality should match h5py

Should fix https://github.com/CINPLA/exdir/issues/1 Aims for compatibility with NWB https://github.com/NeurodataWithoutBorders/pynwb/issues/629

lepmik avatar May 10 '19 15:05 lepmik

Codecov Report

Merging #87 into dev will increase coverage by 0.13%. The diff coverage is 97.95%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #87      +/-   ##
==========================================
+ Coverage   95.57%   95.71%   +0.13%     
==========================================
  Files          11       12       +1     
  Lines        1604     1702      +98     
==========================================
+ Hits         1533     1629      +96     
- Misses         71       73       +2
Impacted Files Coverage Δ
tests/test_links.py 97.95% <97.95%> (ø)

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 dd8f40f...d9fbbdc. Read the comment docs.

codecov[bot] avatar May 11 '19 11:05 codecov[bot]