Skip to content

Commit 3746cb4

Browse files
committed
fix typo
1 parent 3c50756 commit 3746cb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_memory_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from MiCoCodeGen import MiCoCodeGen
1212
from MiCoUtils import fuse_model
1313

14-
def __test_model_memory(model_class, model_kwargs, input_shape, model_name):
14+
def _test_model_memory(model_class, model_kwargs, input_shape, model_name):
1515
"""Test memory optimization for a given model."""
1616
print(f"\n{'='*70}")
1717
print(f"Testing: {model_name}")

0 commit comments

Comments
 (0)