Skip to content

Commit 330c8c4

Browse files
committed
[f]
1 parent 2f240f0 commit 330c8c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fswAlgorithms/attGuidance/sunSafePoint/_UnitTest/test_sunSafePoint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def test_sunSafePoint(show_plots, case):
6060
if case == 1: # Sun visible, vectors not aligned
6161
sHat_Cmd_B = np.array([0.0, 0.0, 1.0])
6262
sunVec_B = np.array([1.0, 1.0, 0.0])
63+
6364
if case == 2: # Sun not visible, search rate specified
6465
sHat_Cmd_B = np.array([0.0, 0.0, 1.0])
6566
sunVec_B = np.array([0.0, sun_safe_point.getMinUnitMag() / 2, 0.0])

0 commit comments

Comments
 (0)