We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f38fd commit 9d69c2bCopy full SHA for 9d69c2b
1 file changed
src/smsfusion/benchmark/_benchmark.py
@@ -395,7 +395,7 @@ def benchmark_pure_attitude_beat_202311A(
395
Passive rotations mean that the frame itself is rotating, not the object
396
within the frame.
397
"""
398
- duration = 1200.0 # 20 minutes
+ duration = 1800.0 # 30 minutes
399
amplitude = np.radians(np.array([0.0, 0.0, 0.0, 5.0, 5.0, 5.0]))
400
mean = np.radians(np.array([0.0, 0.0, 0.0, 0.0, 0.0, 0.0]))
401
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(
463
464
465
466
467
468
469
0 commit comments