spacetx / slicedimage

MIT License
7 stars 3 forks source link

Prevent exception in repr(..) #79

Closed ttung closed 5 years ago

ttung commented 5 years ago

Coordinates in geometric space are not part of the non-geometric shape, so don't try reading them.

Test plan: repr(..) on the seqfish TileSet.

codecov-io commented 5 years ago

Codecov Report

Merging #79 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #79   +/-   ##
=======================================
  Coverage   78.62%   78.62%           
=======================================
  Files          18       18           
  Lines         552      552           
=======================================
  Hits          434      434           
  Misses        118      118
Impacted Files Coverage Δ
slicedimage/_tileset.py 45% <ø> (ø) :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 cd086a8...2c0298e. Read the comment docs.