aboutsummaryrefslogtreecommitdiff
path: root/tests/test_devices_ethosu_reporters.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_devices_ethosu_reporters.py')
-rw-r--r--tests/test_devices_ethosu_reporters.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_devices_ethosu_reporters.py b/tests/test_devices_ethosu_reporters.py
index 0da50e0..a63db1c 100644
--- a/tests/test_devices_ethosu_reporters.py
+++ b/tests/test_devices_ethosu_reporters.py
@@ -22,7 +22,7 @@ from mlia.devices.ethosu.config import EthosUConfiguration
from mlia.devices.ethosu.performance import MemoryUsage
from mlia.devices.ethosu.performance import NPUCycles
from mlia.devices.ethosu.performance import PerformanceMetrics
-from mlia.devices.ethosu.reporters import find_appropriate_formatter
+from mlia.devices.ethosu.reporters import ethos_u_formatters
from mlia.devices.ethosu.reporters import report_device_details
from mlia.devices.ethosu.reporters import report_operators
from mlia.devices.ethosu.reporters import report_perf_metrics
@@ -410,7 +410,7 @@ def test_get_reporter(tmp_path: Path) -> None:
)
output = tmp_path / "output.json"
- with get_reporter("json", output, find_appropriate_formatter) as reporter:
+ with get_reporter("json", output, ethos_u_formatters) as reporter:
assert isinstance(reporter, Reporter)
with pytest.raises(