simplify and fix adaptive threshold logic

This commit is contained in:
Christoph Kluge
2026-03-06 10:09:44 +01:00
parent 2c519ab2dc
commit d74465215d
3 changed files with 7 additions and 27 deletions

View File

@@ -178,8 +178,6 @@
timestep={selectedData.timestep}
scope={selectedScope}
metric={metricName}
numaccs={job.numAcc}
numhwthreads={job.numHWThreads}
series={selectedSeries}
{isShared}
{zoomState}
@@ -194,8 +192,6 @@
timestep={selectedData.timestep}
scope={selectedScope}
metric={metricName}
numaccs={job.numAcc}
numhwthreads={job.numHWThreads}
series={selectedSeries}
{isShared}
{zoomState}