Browse Source

fixed minor testing issues

zolfa-add_slices_loading
Jim Rybarski 9 years ago
parent
commit
2792663cb5
2 changed files with 1 additions and 2 deletions
  1. +0
    -1
      Dockerfile
  2. +1
    -1
      functional_tests/FYLM141111001.py

+ 0
- 1
Dockerfile View File

@ -36,4 +36,3 @@ COPY . /opt/nd2reader
WORKDIR /opt/nd2reader
RUN python setup.py install
RUN python3 setup.py install
WORKDIR /var/nd2s

+ 1
- 1
functional_tests/FYLM141111001.py View File

@ -10,7 +10,7 @@ import unittest
class FunctionalTests(unittest.TestCase):
def setUp(self):
self.nd2 = Nd2("FYLM-141111-001.nd2")
self.nd2 = Nd2("/var/nd2s/FYLM-141111-001.nd2")
def tearDown(self):
self.nd2.close()


Loading…
Cancel
Save