Browse Source

realized unit testing isn't even worth it here. yeah, I said that. quote me on it.

zolfa-add_slices_loading
Jim Rybarski 9 years ago
parent
commit
44e5217e76
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      CONTRIBUTORS.txt
  2. +1
    -1
      Makefile

+ 1
- 1
CONTRIBUTORS.txt View File

@ -1,4 +1,4 @@
Author: Jim Rybarski <jim@rybarski.com>
nd2reader is based on the read_nd2 module from the SLOTH library (http://pythonhosted.org/SLOTH/_modules/sloth/read_nd2.html).
Thanks to M.Kauer and B.Kauer for solving the hardest part of this puzzle.
Thanks to M.Kauer and B.Kauer for solving the hardest part of parsing ND2s.

+ 1
- 1
Makefile View File

@ -1,4 +1,4 @@
.PHONY: build test shell
.PHONY: build shell
build:
docker build -t jimrybarski/nd2reader .


Loading…
Cancel
Save