You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* first attempt just from current knowledge
runs but has two main issues observed
1. lots of runtime warnings about invalid division. This comes from 0/0
since 1/0 is converted to np.nan or np.inf
2. ratio uncertainty is crazy large, probably because the weights for
the signal samples are also extreme
* silence NumPy divide-by-zero warnings since the defaults are what we want
* use poisson-ratio instead of raw poisson counts
0 commit comments