From 79c19ecf2e47a0c7d17fc1afbbbdfa4bdf101e2a Mon Sep 17 00:00:00 2001 From: Noah Shutty Date: Tue, 24 Jun 2025 15:26:25 -0700 Subject: [PATCH] Update simplex_test.py to get rid of window length arg --- src/py/simplex_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/py/simplex_test.py b/src/py/simplex_test.py index 965fe9e..0ddb964 100644 --- a/src/py/simplex_test.py +++ b/src/py/simplex_test.py @@ -28,7 +28,7 @@ def test_create_simplex_config(): - sc = tesseract_decoder.simplex.SimplexConfig(_DETECTOR_ERROR_MODEL, window_length=5) + sc = tesseract_decoder.simplex.SimplexConfig(_DETECTOR_ERROR_MODEL) assert sc.dem == _DETECTOR_ERROR_MODEL assert sc.window_length == 5 assert (