From 6866e31cd327f15b897b0f61b4802fb14064cd27 Mon Sep 17 00:00:00 2001 From: Ethan Lew Date: Sun, 10 Mar 2024 22:35:23 -0700 Subject: [PATCH] change test_autokoopman to match sampling period --- test/unit_test/test_autokoopman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit_test/test_autokoopman.py b/test/unit_test/test_autokoopman.py index 986f175..3bf1c63 100644 --- a/test/unit_test/test_autokoopman.py +++ b/test/unit_test/test_autokoopman.py @@ -119,7 +119,7 @@ def test_autokoopman_np(obs, opt, cost, normalize): # make the run as short as possible but still be meaningful for catching errors experiment_results = auto_koopman( training_data_np, - sampling_period=0.1, + sampling_period=sp, obs_type=obs, opt=opt, cost_func=cost,