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 647f949 commit 7411acaCopy full SHA for 7411aca
var/ramble/repos/builtin/applications/ior/application.py
@@ -94,7 +94,7 @@ class Ior(ExecutableApplication):
94
)
95
96
variant(
97
- "include_iter_foms",
+ "ior_include_iter_foms",
98
default=True,
99
values=[True, False],
100
description="Whether to include per iteration FOMs in analyze",
@@ -121,7 +121,7 @@ class Ior(ExecutableApplication):
121
122
log_str = Expander.expansion_str("log_file")
123
124
- with when("+include_iter_foms"):
+ with when("+ior_include_iter_foms"):
125
iter_regex = ""
126
for metric in metrics[0:3]: # iter is non-float
127
iter_regex += (
0 commit comments