Migration Issues Random Walks #190
Labels
bug
Something isn't working
dagstuhl
documentation
Improvements or additions to documentation
help wanted
Extra attention is needed
As far as I am aware, we reused the PathPy3 code for the implementation of the random walks. I noticed the following problems that need to be fixed:
transition_probabilities(...)
(fixed in Minor Fixes for Random Walks #189)rw.plot(...)
which does not work in pathpyG as far as I know.HigherOrderRandomWalk.first_order_stationary_state(...)
:v.relations[-1]
throws an exception since each node is an id (tuple or string) and not a node object as in pathpy3.process.py
: More than half of the file is commented out and marked as TODO.There are probably some more problems that I haven't noticed so far, so I propose some additional unit-tests for each file in
processes/
:process.py
random_walk.py
sampling.py
(see VoseAliasSampling slow for many samples #217 )The text was updated successfully, but these errors were encountered: