BioSimulator.jl icon indicating copy to clipboard operation
BioSimulator.jl copied to clipboard

Make `simulate` flexible in keyword argument types

Open alanderos91 opened this issue 5 years ago • 0 comments

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.

alanderos91 avatar Sep 30 '19 05:09 alanderos91