hdmf icon indicating copy to clipboard operation
hdmf copied to clipboard

[WIP] Add dimension scales/coordinates

Open rly opened this issue 5 years ago • 2 comments

Add dimension scales/coordinates to support direct association of datasets with dimensions of other datasets within a group. See https://github.com/NeurodataWithoutBorders/pynwb/issues/626

Very much a work in progress. I am also taking the opportunity to comment and refactor src/hdmf/build/map.py. ObjectMapper is now in its own 1000-line file. Unfortunately, the refactoring obscures the changes I made in the ObjectMapper.

rly avatar Nov 06 '19 20:11 rly

Codecov Report

:exclamation: No coverage uploaded for pull request base (dev@c98e32b). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##             dev     #192   +/-   ##
======================================
  Coverage       ?   71.03%           
======================================
  Files          ?       32           
  Lines          ?     6279           
  Branches       ?     1468           
======================================
  Hits           ?     4460           
  Misses         ?     1367           
  Partials       ?      452

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 c98e32b...1092746. Read the comment docs.

codecov[bot] avatar Nov 13 '19 02:11 codecov[bot]

TODO: Add support for auto-checking dims in auto-generated classes: https://github.com/NeurodataWithoutBorders/pynwb/issues/480

rly avatar Apr 11 '24 21:04 rly