Skip to content
Snippets Groups Projects
Commit 4dcc9cff authored by Klaus Rabbertz's avatar Klaus Rabbertz
Browse files

Increase limit for stat. uncertainty on merged closure plots to 2%

parent cb1a37dc
Branches
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ class MergedGridClosure(Task, law.LocalWorkflow): ...@@ -82,7 +82,7 @@ class MergedGridClosure(Task, law.LocalWorkflow):
command_line_args = [ command_line_args = [
self.command, self.command,
'-d', datfile, '-l', logfile, '-d', datfile, '-l', logfile,
'-f', outfile '-f', outfile, '--ylim', '0.02'
] ]
logger.info("Running command: %s", logger.info("Running command: %s",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment