Skip to content

Commit f9dc10a

Browse files
committed
feat: add examples/haploid_wright_fisher.rs
* remove old examples/forward_simulation.rs
1 parent 9f54cb1 commit f9dc10a

File tree

3 files changed

+119
-523
lines changed

3 files changed

+119
-523
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ bincode = "1.3.1"
3737
rand = "0.8.3"
3838
rand_distr = "0.4.0"
3939
humantime = {version = "2.1.0"}
40+
proptest = "1.0.0"
4041
# chrono is out (for now) due to security issues
4142
# chrono = "0.4.19"
4243

@@ -56,6 +57,3 @@ rustdoc-args = ["--cfg", "doc_cfg"]
5657
# Not run during tests
5758
[[example]]
5859
name = "tree_traversals"
59-
60-
[[example]]
61-
name = "forward_simulation"

0 commit comments

Comments
 (0)