Skip to content

Commit 163e6e3

Browse files
committed
Implementation and tests for the next utils package modules iteration for the scheduler refactor
1 parent acf0646 commit 163e6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/utils/test_statistics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import numpy as np
66
import pytest
77

8-
from guidellm.objects import (
8+
from guidellm.utils import (
99
DistributionSummary,
1010
Percentiles,
1111
RunningStats,

0 commit comments

Comments
 (0)