Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package/src/pyaslreport/utils/unit_conversion_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def convert_value(value):
raise TypeError("Input must be an int, float, or list of int/float.")


@staticmethod
def convert_milliseconds_to_seconds(values: int | float | list[int | float]) -> int | float | list[int | float]:
"""
Convert milliseconds to seconds and round close values to integers.
Expand Down