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
And the error I get while using model = Model.read(<file_stream>) is
Traceback (most recent call last):
File "test_recording.py", line 197, in <module>
model[i].read(filestream)
File "yahmm/yahmm.pyx", line 3837, in yahmm.yahmm.Model.read (yahmm/yahmm.c:60161)
File "yahmm/yahmm.pyx", line 2018, in yahmm.yahmm.State.read (yahmm/yahmm.c:32384)
File "<string>", line 1
State( MultivariateDistribution(<map object at 0x7f2f1f1f1a20>), name='10611008', weight=1.0, identity='139840366077272' )
^
The text was updated successfully, but these errors were encountered:
I don't know if the problem is in reading the files or writing. The sample file after writing looks something like this:
And the error I get while using
model = Model.read(<file_stream>)
isThe text was updated successfully, but these errors were encountered: