simvue-io / client

Simvue Python client
https://docs.simvue.io
Apache License 2.0
4 stars 0 forks source link

`time` should be a `float`, not `int` #357

Closed alahiff closed 1 month ago

alahiff commented 1 month ago

It doesn't make sense for time to be restricted to an int, that's not how time works :-)

https://github.com/simvue-io/client/blob/8cb9ad470747936da5966d7dbb7165a80507e329/simvue/run.py#L970

_add_metrics_to_dispatch also needs to be corrected.