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
running the example of pySLDS package triggers an Assertion error at line 24 of lds_messages_interface.py in the pyLDS package, when X.shape[0] is not the same as T.
The text was updated successfully, but these errors were encountered:
I got around the error by doing a 'try and except' to catch the AssertionError, but it makes the command-line blow up with errors the whole time the code is running. It finished though.
Any ideas as to why this AssertionError keeps popping up?
running the example of pySLDS package triggers an Assertion error at line 24 of lds_messages_interface.py in the pyLDS package, when X.shape[0] is not the same as T.
The text was updated successfully, but these errors were encountered: