We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba23cd5 commit 4b533d4Copy full SHA for 4b533d4
pySDC/playgrounds/dedalus/scripts/run_rbc.py
@@ -41,7 +41,7 @@
41
42
parser.add_argument(
43
"--dtWrite", "-dtw", help="time-step for writing solution output",
44
- default=1, type=float)
+ type=float)
45
46
"--logEvery", "-l", help="log every [...] time-steps",
47
default=100, type=int)
0 commit comments