Skip to content

Commit 9d69c2b

Browse files
fix same duration 39 min
1 parent 80f38fd commit 9d69c2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/smsfusion/benchmark/_benchmark.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def benchmark_pure_attitude_beat_202311A(
395395
Passive rotations mean that the frame itself is rotating, not the object
396396
within the frame.
397397
"""
398-
duration = 1200.0 # 20 minutes
398+
duration = 1800.0 # 30 minutes
399399
amplitude = np.radians(np.array([0.0, 0.0, 0.0, 5.0, 5.0, 5.0]))
400400
mean = np.radians(np.array([0.0, 0.0, 0.0, 0.0, 0.0, 0.0]))
401401
phase = np.radians(np.array([0.0, 0.0, 0.0, 0.0, 45.0, 90.0]))
@@ -463,7 +463,7 @@ def benchmark_pure_attitude_chirp_202311A(
463463
Passive rotations mean that the frame itself is rotating, not the object
464464
within the frame.
465465
"""
466-
duration = 1200.0 # 20 minutes
466+
duration = 1800.0 # 30 minutes
467467
amplitude = np.radians(np.array([0.0, 0.0, 0.0, 5.0, 5.0, 5.0]))
468468
mean = np.radians(np.array([0.0, 0.0, 0.0, 0.0, 0.0, 0.0]))
469469
phase = np.radians(np.array([0.0, 0.0, 0.0, 0.0, 45.0, 90.0]))

0 commit comments

Comments
 (0)