File tree Expand file tree Collapse file tree 6 files changed +27
-26
lines changed
Expand file tree Collapse file tree 6 files changed +27
-26
lines changed Original file line number Diff line number Diff line change @@ -392,6 +392,7 @@ def __init__(
392392 # solve for stationary distribution
393393 S , U = np .linalg .eig (transition_matrix .T )
394394 U = np .real_if_close (U , tol = 1 )
395+ print (S )
395396 stationary = np .array (U [:, np .where (np .abs (S - 1.0 ) < 1e-8 )[0 ][0 ]])
396397 stationary = stationary / np .sum (stationary )
397398 root_distribution = stationary
Original file line number Diff line number Diff line change 11bintrees == 2.2.0
2- daiquiri == 3.2.5.1
2+ daiquiri == 3.3.0
33demes == 0.2.3
4- mypy == 1.10.1
5- newick == 1.9 .0
6- pytest == 8.2.2
7- pytest-cov == 5 .0.0
4+ mypy == 1.15.0
5+ newick == 1.10 .0
6+ pytest == 8.3.5
7+ pytest-cov == 6 .0.0
88pytest-xdist == 3.6.1
9- python_jsonschema_objects == 0.5.5
10- scipy == 1.14.0
11- stdpopsim == 0.1.2
12- tskit == 0.5.8
9+ python_jsonschema_objects == 0.5.7
10+ scipy == 1.13.1
11+ stdpopsim == 0.1.2 #Pinned for OOA model
12+ tskit == 0.6.0
1313kastore == 0.3.3
Original file line number Diff line number Diff line change 1- daiquiri == 3.2.5.1
1+ daiquiri == 3.3.0
22demes == 0.2.3
33demesdraw == 0.4.0
4- jupyter-book == 1.0.2
5- networkx == 3.3
6- matplotlib == 3.9.0
7- newick == 1.9 .0
8- sphinx-argparse == 0.4.0
4+ jupyter-book == 1.0.4.post1
5+ networkx == 3.4.2
6+ matplotlib == 3.10.1
7+ newick == 1.10 .0
8+ sphinx-argparse == 0.5.2
99sphinx-book-theme # not pinned to enable easy updates
10- sphinx-issues == 4.1 .0
11- tskit == 0.5.8
12- scipy == 1.14.0
10+ sphinx-issues == 5.0 .0
11+ tskit == 0.6.0
12+ scipy == 1.15.2
Original file line number Diff line number Diff line change 11gsl
2- stdpopsim == 0.1.2
2+ stdpopsim == 0.1.2 # Pinned for OOA model
33demes == 0.2.3
Original file line number Diff line number Diff line change 11bintrees == 2.2.0
22daiquiri == 3.2.5.1
33kastore == 0.3.3
4- newick == 1.9 .0
5- pytest == 8.2.2
4+ newick == 1.10 .0
5+ pytest == 8.3.5
66pytest-xdist == 3.6.1
7- python_jsonschema_objects == 0.5.5
8- scipy == 1.11.3
9- tskit == 0.5.8
7+ python_jsonschema_objects == 0.5.7
8+ scipy == 1.13.1
9+ tskit == 0.6.0
Original file line number Diff line number Diff line change 1- docutils==0.15 # issue with 0.17, https://github.com/tskit-dev/msprime/issues/1625
1+ docutils==0.21.2 # issue with 0.17, https://github.com/tskit-dev/msprime/issues/1625
22asv
33bintrees
44coverage
@@ -19,7 +19,7 @@ pytest-xdist
1919tskit>=0.5.2
2020kastore
2121sphinx-book-theme
22- stdpopsim==0.1.2 # Make sure we have correct version of OOA model
22+ stdpopsim==0.1.2 # Pinned for OOA model
2323scipy
2424setuptools_scm
2525sphinx>=4.4
You can’t perform that action at this time.
0 commit comments