-
Notifications
You must be signed in to change notification settings - Fork 24
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
Kibo sv3/dark healpix 43218 failure #2354
Comments
isn t the error just due to the fact that there is no
looks like this has been introduced in this commit 1184b14, at the same time as the _read_framefile() function, I guess when the code has been moved out of the main() .
for what is worth:
|
Reading the traceback more closely, it is the irony of a typo in the warning message itself causing an exception. |
Underlying issue for why this appeared in the first place is documented in #2359 . Stuck positioners are getting assigned different TARGET_RA, TARGET_DEC on different exposures of the same tile. The healpix bookkeeping code assumes the TARGET_RA, TARGET_DEC -> HPIX mapping is the same for all exposures and just used the first exposure, leading to a discrepancy on the second exposures. I'll let #2359 track how we got into that situation in the first place, and close this after fixing the warning crash (upcoming). |
Fixed in commit e8256df |
Script /global/cfs/cdirs/desi/spectro/redux/kibo/run/scripts/healpix/sv3/dark/425/zpix-sv3-dark-42503-47650.slurm failed while processing healpix 43218. From /global/cfs/cdirs/desi/spectro/redux/kibo/healpix/sv3/dark/432/43218/logs/spectra-sv3-dark-43218.log:
Other healpix are processing fine, so it looks like we have a bug in some corner case, perhaps when a frame overlaps a healpix but doesn't actually have any targets on that healpix.
The text was updated successfully, but these errors were encountered: