Describe the bug
The dashboard heading reflected the data title (e.g. the experiment folder name or confidence mode label) instead of staying as a consistent "FACTS Plotting Dashboard" heading across all data modes.
Root cause
The desc_head Div was being set from the --title argument or derived from the input data, so it changed depending on how the script was invoked.
Fix
Heading hardcoded to "FACTS Plotting Dashboard" regardless of input data or title argument.
Fixed in
Commit d3a08d1
Describe the bug
The dashboard heading reflected the data title (e.g. the experiment folder name or confidence mode label) instead of staying as a consistent "FACTS Plotting Dashboard" heading across all data modes.
Root cause
The
desc_headDiv was being set from the--titleargument or derived from the input data, so it changed depending on how the script was invoked.Fix
Heading hardcoded to "FACTS Plotting Dashboard" regardless of input data or title argument.
Fixed in
Commit d3a08d1