Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
arosics
Commits
f119255c
Commit
f119255c
authored
Nov 16, 2017
by
Daniel Scheffler
Browse files
Added Test_Tie_Point_Grid.tearDown().
parent
c40c1a12
Pipeline
#1532
failed with stages
in 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/test_tie_point_grid.py
View file @
f119255c
...
...
@@ -7,6 +7,7 @@ import unittest
import
tempfile
import
os
from
importlib
import
util
import
shutil
# custom
from
.cases
import
test_cases
...
...
@@ -34,6 +35,10 @@ class Test_Tie_Point_Grid(unittest.TestCase):
v
=
CRL
.
v
,
q
=
CRL
.
q
)
def
tearDown
(
self
):
if
os
.
path
.
isdir
(
self
.
TPG
.
dir_out
):
shutil
.
rmtree
(
self
.
TPG
.
dir_out
)
def
test_mean_shifts
(
self
):
self
.
assertIsInstance
(
self
.
TPG
.
mean_x_shift_px
,
float
)
self
.
assertIsInstance
(
self
.
TPG
.
mean_y_shift_px
,
float
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment