icecube / skymap_scanner

A distributed system that performs a likelihood scan of event directions for IceCube real-time alerts using CPU cluster(s) and queue-based message passing.
5 stars 2 forks source link

Replace _realistic_ test data with JSON output from CI #208

Closed mlincett closed 1 year ago

mlincett commented 1 year ago

In order to avoid keeping dangerously large tolerances, we can extract manually the JSON scan outputs from CI and provide them as test data.

mlincett commented 1 year ago

I have migrated millipede_original and splinempe to JSON from CI in #163.

The problem is for millipede_wilks that now is forcibly passing but it should be checked again (old tolerances against old npz test data) following #206.

For this I am trying to convert npz to JSON but I encounter a problem with SkyScanResult (https://github.com/icecube/skyreader/issues/14)