Skip to content

Commit

Permalink
change test_autokoopman to match sampling period
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanJamesLew committed Mar 11, 2024
1 parent 463c823 commit 6866e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit_test/test_autokoopman.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6866e31

Please sign in to comment.