Skip to content

Commit 7e51e74

Browse files
More TEMP
1 parent eacb438 commit 7e51e74

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/fswAlgorithms/transDetermination/chebyPosEphem/_UnitTest/test_chebyPosEphem.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ def earthOrbitFit(show_plots):
184184
hst_edited_path = get_path(DataFile.EphemerisData.hst_edited)
185185
pyswice.furnsh_c(str(de430_path))
186186
pyswice.furnsh_c(str(naif0012_path))
187-
pyswice.furnsh_c(str(de403masses_path))
188-
pyswice.furnsh_c(str(pck00010_path))
187+
pyswice.furnsh_c(str(de403masses_path))
188+
pyswice.furnsh_c(str(pck00010_path))
189189
pyswice.furnsh_c(str(hst_edited_path))
190190

191191
hubblePosList = []

src/fswAlgorithms/transDetermination/oeStateEphem/_UnitTest/test_oeStateEphem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def chebyPosFitAllTest(show_plots, validChebyCurveTime, anomFlag):
8686
de403masses_path = get_path(DataFile.EphemerisData.de_403_masses)
8787
pck00010_path = get_path(DataFile.EphemerisData.pck00010)
8888
pyswice.furnsh_c(str(de430_path))
89-
pyswice.furnsh_c(str(de403masses_path))
89+
pyswice.furnsh_c(str(de403masses_path))
9090
pyswice.furnsh_c(str(pck00010_path))
9191
pyswice.furnsh_c(path + '/TDRSS.bsp')
9292

src/simulation/dynamics/gravityEffector/_UnitTest/test_gravityDynEffector.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def independentSphericalHarmonics(show_plots):
169169

170170
spherHarm = gravityEffector.SphericalHarmonics()
171171

172-
172+
173173
ggm03s_path = get_path(DataFile.LocalGravData.GGM03S)
174174
gravityEffector.loadGravFromFile(str(ggm03s_path), spherHarm, 20)
175175
gravCheck = computeGravityTo20([15000., 10000., 6378.1363E3])
@@ -339,8 +339,8 @@ def singleGravityBody(show_plots):
339339
hst_edited_path = get_path(DataFile.EphemerisData.hst_edited)
340340
pyswice.furnsh_c(str(de430_path))
341341
pyswice.furnsh_c(str(naif0012_path))
342-
pyswice.furnsh_c(str(de403masses_path))
343-
pyswice.furnsh_c(str(pck00010_path))
342+
pyswice.furnsh_c(str(de403masses_path))
343+
pyswice.furnsh_c(str(pck00010_path))
344344
pyswice.furnsh_c(str(hst_edited_path))
345345

346346
SpiceObject.UTCCalInit = "2012 MAY 1 00:02:00.184"

0 commit comments

Comments
 (0)