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' )
^
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>)
is