Pykov
Pykov copied to clipboard
Pykov is a Python module on finite regular Markov chains.
# Issue Type [x] Bug (Typo) # Steps to Replicate and Expected Behaviour - Examine README.md and observe `substracted`, however expect to see `subtracted`. - Examine README.md, pykov.py and observe...
According to the following matrix implemented in a file fn and loaded using readmat function, the steady function randomly return a list of 0. I use python in version 3.7....
Just wondering, why not upload to pypi? It's really simple and makes installing as a dependency slightly easier.
File "/Library/Python/2.7/site-packages/pykov.py", line 1087, in walk result.append(self.move(result[-1])) File "/Library/Python/2.7/site-packages/pykov.py", line 925, in move return self.succ(state).choose(random_func) File "/Library/Python/2.7/site-packages/pykov.py", line 314, in choose return state UnboundLocalError: local variable 'state' referenced before assignment
When running `Chain.communication_classes()`, a TypeError is thrown: `TypeError: unhashable type: 'set'`. The issue seems to be having nested sets, since the interior sets are mutable. One fix would be to...
Hey, first of all this is my first time using github and also i'm very new to python so be gentle with me.. I have a pykov.Chain where one of...
The code has the method: T.adiacence() But the documentation has still the method: T.adjacency()