Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
255c65e7
Commit
255c65e7
authored
Aug 28, 2020
by
niklas.baumgarten
Browse files
refactoring
parent
f8f03249
Pipeline
#106947
failed with stages
in 4 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
python/test_mlmc_mppy.py
View file @
255c65e7
...
...
@@ -64,8 +64,8 @@ class TestLogParser(TestCase):
copytree
(
self
.
sample
,
self
.
real_sample
)
self
.
assertEqual
(
len
(
os
.
listdir
(
self
.
real_sample
)),
2
)
with
self
.
assertRaises
(
FileNotFoundError
):
self
.
mpp
.
perm_potential_plot
(
'Non existing sample'
,
save_only
=
True
)
self
.
mpp
.
perm_potential_plot
(
'sample'
,
save_only
=
True
)
self
.
mpp
.
perm_potential_plot
_2d
(
'Non existing sample'
,
save_only
=
True
)
self
.
mpp
.
perm_potential_plot
_2d
(
'sample'
,
save_only
=
True
)
self
.
assertEqual
(
len
(
os
.
listdir
(
self
.
mpp
.
PROJECT_VTK_DATA_DIR
)),
1
)
self
.
assertEqual
(
len
(
os
.
listdir
(
self
.
real_sample
)),
3
)
...
...
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