BioSimulator.jl
BioSimulator.jl copied to clipboard
Make `simulate` flexible in keyword argument types
See #18. We should not require users to do time = convert(Float64, ...)
.
- [ ] Allow the keyword arguments to accept different types and handle as needed.
- [ ] Don't require
Float64
for internal model time.