This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
zolfa-nd2reader
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fixed minor testing issues
feature/load_slices
Jim Rybarski
9 years ago
parent
7eb24c188a
commit
2792663cb5
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
Dockerfile
+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
(
)
Write
Preview
Loading…
Cancel
Save