molpopgen/fwdpy11

Python constructor for mutation takes incorrect integer type

Closed this issue · 0 comments

The constructor takes unsigned for mutation origin times
but the correct type is signed.
Implicit casts have been at work here.