From 8b2b656d5b83832c411fa5d1cdf3a2c6076d0e61 Mon Sep 17 00:00:00 2001 From: Christoph Berganski Date: Thu, 19 Oct 2023 15:39:05 +0200 Subject: [PATCH] Fix some typos --- tests/transformation/test_quant_constant_folding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/transformation/test_quant_constant_folding.py b/tests/transformation/test_quant_constant_folding.py index dd84f34b..fe19e7cb 100644 --- a/tests/transformation/test_quant_constant_folding.py +++ b/tests/transformation/test_quant_constant_folding.py @@ -110,7 +110,7 @@ def test_fold_transpose_into_quant_init(quant_init, signed, narrow, rounding_mod # Fill the execution context with dummy input data context = {"input": x} - # Some test cases even tun the inpout into an initializer + # Some test cases even turn the input into an initializer if quant_init: # Turn the model input into an initializer model.set_initializer("input", x)