CovertLab / arrow

Stochastic simulations in python
MIT License
3 stars 1 forks source link

Cast time, counts to NumPy arrays after simulating #16

Closed jmason42 closed 5 years ago

jmason42 commented 5 years ago

The time and counts output are lists while simulating, which makes sense, but also lists on return, which is inconvenient. We should cast straight to arrays before returning.

jmason42 commented 5 years ago

Addressed by #22