Skip to content

Commit a34e566

Browse files
committed
Test cleanup
Signed-off-by: Samuel Monson <[email protected]>
1 parent ad88bb3 commit a34e566

File tree

3 files changed

+1
-44
lines changed

3 files changed

+1
-44
lines changed

tests/unit/objects/__init__.py

Whitespace-only changes.

tests/unit/objects/test_pydantic.py

Lines changed: 0 additions & 43 deletions
This file was deleted.

tests/unit/objects/test_statistics.py renamed to 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.statistics import (
99
DistributionSummary,
1010
Percentiles,
1111
RunningStats,

0 commit comments

Comments
 (0)