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
40b4af7a
Commit
40b4af7a
authored
Mar 04, 2020
by
niklas.baumgarten
Browse files
..
parent
9634bb51
Pipeline
#73995
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
python/mlmc_mppy.py
View file @
40b4af7a
...
...
@@ -92,6 +92,7 @@ class MLMCMpp(Mpp):
columns
=
[
'eps'
,
'value'
,
'MLMC cost'
,
'MC cost'
,
'l'
,
'M'
]
df
=
pd
.
DataFrame
(
columns
=
columns
)
ctr
=
0
for
line
in
log_content
:
if
line
==
self
.
MLMC_HEAD
:
...
...
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