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
Following an update to the current master, the following lines in bisl.py needed to be changed from having 'spatial_pdf.flatten' to having 'pdf.flatten' otherwise the MaP location outputted was incorrect.
Following an update to the current master, the following lines in bisl.py needed to be changed from having 'spatial_pdf.flatten' to having 'pdf.flatten' otherwise the MaP location outputted was incorrect.
380c380
< MaP_index = np.argmax(spatial_pdf.flatten())
392c392
< 'MaP_val' : spatial_pdf.flatten()[MaP_index],
The text was updated successfully, but these errors were encountered: