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
Fixed bug on `check_transition_probability`. It worked on 3D arrays but not on 2D matrices. Ive implemented the fix by checking it's a 2D and if it is, will make it into a 3D array with only one slice on the 3rd dimension
0 commit comments