We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2d0dc6 + 186c6a5 commit 4d3d0daCopy full SHA for 4d3d0da
simvue/run.py
@@ -947,7 +947,7 @@ def _add_metrics_to_dispatch(
947
self,
948
metrics: dict[str, typing.Union[int, float]],
949
step: typing.Optional[int] = None,
950
- time: typing.Optional[int] = None,
+ time: typing.Optional[float] = None,
951
timestamp: typing.Optional[str] = None,
952
join_on_fail: bool = True,
953
) -> bool:
@@ -993,7 +993,7 @@ def log_metrics(
993
994
995
996
997
998
999
"""Log metrics to Simvue server
0 commit comments