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.
1 parent 8cb9ad4 commit 186c6a5Copy full SHA for 186c6a5
simvue/run.py
@@ -921,7 +921,7 @@ def _add_metrics_to_dispatch(
921
self,
922
metrics: dict[str, typing.Union[int, float]],
923
step: typing.Optional[int] = None,
924
- time: typing.Optional[int] = None,
+ time: typing.Optional[float] = None,
925
timestamp: typing.Optional[str] = None,
926
join_on_fail: bool = True,
927
) -> bool:
@@ -967,7 +967,7 @@ def log_metrics(
967
968
969
970
971
972
973
"""
0 commit comments