ForwardSimulation / forrustts

Forward time simulation, rust, and tree sequences.
https://docs.rs/forrustts
MIT License
3 stars 0 forks source link

Time should be f64 #144

Closed molpopgen closed 3 years ago

molpopgen commented 3 years ago

Early on, we decided to record time as an integer, largely out of convenience (partial_cmp, etc..). However, that greatly reduces generality. It'll definitely be best to fix this sooner rather than later.

molpopgen commented 3 years ago

Related: https://doc.rust-lang.org/std/primitive.f64.html#method.total_cmp