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.
2 parents b0f7e76 + b64846f commit d149411Copy full SHA for d149411
var/ramble/repos/builtin/applications/ior/application.py
@@ -205,7 +205,7 @@ class Ior(ExecutableApplication):
205
elif "float" in variant:
206
summary_regex += r"\s+(?P<" + metric_name + r">[0-9]+\.[0-9]+)"
207
else:
208
- tty.error("Incorrect metric for FOMs")
+ logger.error("Incorrect metric for FOMs")
209
210
figure_of_merit_context(
211
"summary", regex=summary_regex, output_format="{Operation}"
0 commit comments