how to define report file name automatly #3666
Unanswered
tjdals7244
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to name my report file automate using this code
part of my code is
battery_short_resistance_list = [1e-09]
report_definitions = [
"cell-echem-heat-source",
"short-heat-source",
"total-heat-source",
"battery-terminal-current",
"battery-terminal-voltage",
"flow-time",
]
file_naming = f"nail_{battery_short_resistance:.1e}"
but this doesn't work. Can I know why?
Beta Was this translation helpful? Give feedback.
All reactions