rusandris / StateTransitionNetworks.jl

Toolkit for dynamics on state transition networks
1 stars 0 forks source link

Random walk S, Lambda calculations need to work without STN graph construction #14

Closed rusandris closed 3 months ago

rusandris commented 6 months ago

Random walk S, Lambda calculations probably won't work without building an STN graph object. These should work independently. We need this to ensure reproducibility of earlier results about the analytical lambda vs. random walk simulations

rusandris commented 5 months ago

Fixed, see 70b1de5 . This can be closed if all updated unit tests pass.

rusandris commented 3 months ago

Passes unit tests of e317379