We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
variable
The logs of the physmon contain many line filled with variable (around 10%). @paulgessinger suggested, that it might be due to a bug in the plotter.
Has probably no effect on the monitoring itself, but clutters the logs and makes them harder to read.
Here is a portion of the log:
──────────────────────── trackeff_vs_phi (TEfficiency) ───────────────────────── TH1D::Chi2TestX:0: RuntimeWarning: Both histograms are not unweighted and option UU has been requested ✅ Chi2Test 1.0 > 0.01 ✅ KolmogorovTest 1.0 > 0.68 variable variable ✅ RatioCheck (a/b - 1) / sigma(a/b) > 3 for 0/100 bins, cf. 10.0 ✅ ResidualCheck pull < 3 in 100/100 bins, cf. 10.0 ✅ IntegralTest Intregal: 97.76557132763224+-0.16276265922205568 vs. 97.76557132763224+-0.16276265922205568: (int_a - int_b) / sqrt(sigma(int_a)^2 + sigma(int_b)^2) = 0.00 < 3 Comparing... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00 ╭──────────────────────────────────────────────────────────────────────────────╮ │ ✅ SUCCESS │ │ 98 checked items valid │ ╰──────────────────────────────────────────────────────────────────────────────╯ variable variable variable variable variable variable variable variable variable variable variable variable variable variable variable variable
The text was updated successfully, but these errors were encountered:
It's actually in histcmp, sorry.
Sorry, something went wrong.
ci: Bump histcmp to v0.6.5 (#2961)
181b257
Fixes #2960
ci: Bump histcmp to v0.6.5 (acts-project#2961)
31c667f
Fixes acts-project#2960
a58c78a
Successfully merging a pull request may close this issue.
Issue
The logs of the physmon contain many line filled with
variable
(around 10%).@paulgessinger suggested, that it might be due to a bug in the plotter.
Severity
Has probably no effect on the monitoring itself, but clutters the logs and makes them harder to read.
Details
Here is a portion of the log:
The text was updated successfully, but these errors were encountered: