Skip to content

Commit

Permalink
Fix subtype typo (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
helgee authored and AndrewAnnex committed Mar 4, 2019
1 parent 4b02846 commit fc20a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spiceypy/tests/test_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ def test_ckw05():
# test subtype 2
spice.ckw05(handle, 2, 15, epochs[0], epochs[-1], inst[2], "J2000", avflag, segid, epochs, type2data, 1000.0, 1, epochs)
# test subtype 3
spice.ckw05(handle, 0, 15, epochs[0], epochs[-1], inst[3], "J2000", avflag, segid, epochs, type3data, 1000.0, 1, epochs)
spice.ckw05(handle, 3, 15, epochs[0], epochs[-1], inst[3], "J2000", avflag, segid, epochs, type3data, 1000.0, 1, epochs)
spice.ckcls(handle)
# test size
end_size = os.path.getsize(CK5)
Expand Down

0 comments on commit fc20a9b

Please sign in to comment.