HERA-Team / hera_corr_f

HERA F-Engine on SNAP
1 stars 5 forks source link

Update histogram failures to use arrays #36

Closed mkolopanis closed 4 years ago

mkolopanis commented 4 years ago

Updates the caught exception in hera_snap_redis_monitor to insert arrays of None instead of lists. Later in the script when these values are packed into a json string a tolist is called.

This preserves that tolist, though we could move the tolist call up into the try statement at line 290 as well.

closes #29