Skip to content
New issue

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

Fix issue in daily updates #422

Open
153957 opened this issue Jan 22, 2025 · 0 comments
Open

Fix issue in daily updates #422

153957 opened this issue Jan 22, 2025 · 0 comments

Comments

@153957
Copy link
Member

153957 commented Jan 22, 2025

There is some issue in the daily update. This is reported in Sentry.

Traceback (most recent call last):
  File "…/…/multiprocessing/pool.py", line 125, in worker
    result = (True, func(*args, **kwds))
  File "…publicdb/www/publicdb/histograms/jobs.py", line 293, in perform_events_tasks
    update_detector_timing_offsets(summary)
  File "…publicdb/www/publicdb/histograms/jobs.py", line 456, in update_detector_timing_offsets
    offsets = esd.determine_detector_timing_offsets_for_summary(summary)
  File "…publicdb/www/publicdb/histograms/esd.py", line 397, in determine_detector_timing_offsets_for_summary
    offsets = determine_detector_timing_offsets(table, station)
  File "…/…/site-packages/sapphire/analysis/calibration.py", line 60, in determine_detector_timing_offsets
    off...

ValueError `ydata` must not be empty!

Investigate for which station (Summary) this is happening and fix the issue.
Might be related to bad data, or a bug in the data analysis.

This might be responsible for the incorrect status indicators on the main station data overview page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant