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
The docstring of compact states that result will be "sorted ascendingly according to values", but it seems like there is a sortOn (Down . snd) in the code that causes the result to actually be sorted in descending order of probability.
The docstring of
compact
states that result will be "sorted ascendingly according to values", but it seems like there is asortOn (Down . snd)
in the code that causes the result to actually be sorted in descending order of probability.monad-bayes/src/Control/Monad/Bayes/Enumerator.hs
Line 94 in 14faeb7
The text was updated successfully, but these errors were encountered: