Skip to content

Commit 2902c0b

Browse files
committed
updated tests
1 parent f281038 commit 2902c0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aeon/distances/elastic/tests/test_distance_correctness.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"wddtw": [38144.53125, 19121.4927, 1.34957],
6161
"twe": [4536.0, 3192.0220, 3030.036000000001],
6262
"msm_ind": [1515.0, 1517.8000000000004, 1557.0], # msm with independent distance
63-
"msm_dep": [1897.0, 1898.6000000000001, 1921.0], # msm with dependent distance
63+
"msm_dep": [190547.0, 190549.800000000020, 190589.0], # msm with dependent distance
6464
}
6565
basic_motions_distances = {
6666
"euclidean": 27.51835240,
@@ -78,7 +78,7 @@
7878
# msm with independent distance
7979
"msm_ind": [84.36021099999999, 140.13788899999997, 262.6939920000001],
8080
# msm with dependent distance
81-
"msm_dep": [33.06825, 71.1408, 190.7397],
81+
"msm_dep": [192.24477562339214, 205.82382238128477, 277.7315058567359],
8282
}
8383

8484

aeon/testing/expected_results/expected_distance_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"msm": [
167167
[2.5687181410313746, 28.97170437295012],
168168
[2.5687181410313746, 28.97170437295012],
169-
[2.5687181410313746, 28.657118461088324],
169+
[1.0924085990342982, 13.072037194954508],
170170
[1.8756413986565008, 22.362537814430787],
171171
],
172172
"adtw": [

0 commit comments

Comments
 (0)