0.004%
-0.002%
0.01%
0.01%
-0.001%
-0.001%
-0.006%
0.006%
99.8%
0.006%
0%
0%
0%
-0.008%
-0.03%
-0.001%
-0.002%
-0.03%
-0.001%
-0.0009%
guard = []
for iPass in range(500):
guard = guard + range(555)
test_spk14a()
$ git diff
diff --git a/spiceypy/spiceypy.py b/spiceypy/spiceypy.py
index 6de592e..5c5d6cc 100644
--- a/spiceypy/spiceypy.py
+++ b/spiceypy/spiceypy.py
@@ -11119,6 +11119,8 @@ def spk14a(handle, ncsets, coeffs, epochs):
ncsets = ctypes.c_int(ncsets)
coeffs = stypes.toDoubleVector(coeffs)
epochs = stypes.toDoubleVector(epochs)
+ with open('spk14a_pointers.log','ab') as fOut:
+ fOut.write('{},{}\n'.format(coeffs.__repr__(),epochs.__repr__()))
libspice.spk14a_c(handle, ncsets, coeffs, epochs)
$ python setup.py test
...
$ awk '!($0 in d){d[$0]=FNR}{print $0,FNR,d[$0]}' spk14a_pointers.log
<spiceypy.utils.support_types.c_double_Array_80 object at 0x7f9c929bb290>,<spiceypy.utils.libspicehelper.c_double_Array_4 object at 0x7f9c929bb8c0> 1 1
<spiceypy.utils.support_types.c_double_Array_80 object at 0x7f9c929bb4d0>,<spiceypy.utils.libspicehelper.c_double_Array_4 object at 0x7f9c929bb290> 2 2
<spiceypy.utils.support_types.c_double_Array_80 object at 0x7f9c929bb950>,<spiceypy.utils.libspicehelper.c_double_Array_4 object at 0x7f9c929bb4d0> 3 3
<spiceypy.utils.support_types.c_double_Array_80 object at 0x7f9c929bb560>,<spiceypy.utils.libspicehelper.c_double_Array_4 object at 0x7f9c929bb950> 4 4
<spiceypy.utils.support_types.c_double_Array_80 object at 0x7f9c929bb8c0>,<spiceypy.utils.libspicehelper.c_double_Array_4 object at 0x7f9c929bb560> 5 5
<spiceypy.utils.support_types.c_double_Array_80 object at 0x7f9c929bb290>,<spiceypy.utils.libspicehelper.c_double_Array_4 object at 0x7f9c929bb8c0> 6 1
<spiceypy.utils.support_types.c_double_Array_80 object at 0x7f9c929bb4d0>,<spiceypy.utils.libspicehelper.c_double_Array_4 object at 0x7f9c929bb290> 7 2
<spiceypy.utils.support_types.c_double_Array_80 object at 0x7f9c929bb950>,<spiceypy.utils.libspicehelper.c_double_Array_4 object at 0x7f9c929bb4d0> 8 3
<spiceypy.utils.support_types.c_double_Array_80 object at 0x7f9c929bb560>,<spiceypy.utils.libspicehelper.c_double_Array_4 object at 0x7f9c929bb950> 9 4
<spiceypy.utils.support_types.c_double_Array_80 object at 0x7f9c929bb8c0>,<spiceypy.utils.libspicehelper.c_double_Array_4 object at 0x7f9c929bb560> 10 5
<spiceypy.utils.support_types.c_double_Array_80 object at 0x7f9c929bb290>,<spiceypy.utils.libspicehelper.c_double_Array_4 object at 0x7f9c929bb8c0> 11 1
<spiceypy.utils.support_types.c_double_Array_80 object at 0x7f9c929bb4d0>,<spiceypy.utils.libspicehelper.c_double_Array_4 object at 0x7f9c929bb290> 12 2
<spiceypy.utils.support_types.c_double_Array_80 object at 0x7f9c929bb950>,<spiceypy.utils.libspicehelper.c_double_Array_4 object at 0x7f9c929bb4d0> 13 3
<spiceypy.utils.support_types.c_double_Array_80 object at 0x7f9c929bb560>,<spiceypy.utils.libspicehelper.c_double_Array_4 object at 0x7f9c929bb950> 14 4
...
<spiceypy.utils.support_types.c_double_Array_80 object at 0x7f9c929bb560>,<spiceypy.utils.libspicehelper.c_double_Array_4 object at 0x7f9c929bb950> 29 4
<spiceypy.utils.support_types.c_double_Array_80 object at 0x7f9c929bb8c0>,<spiceypy.utils.libspicehelper.c_double_Array_4 object at 0x7f9c929bb560> 30 5
<spiceypy.utils.support_types.c_double_Array_80 object at 0x7f9c929bb290>,<spiceypy.utils.libspicehelper.c_double_Array_4 object at 0x7f9c929bb8c0> 31 1
<spiceypy.utils.support_types.c_double_Array_80 object at 0x7f9c929bb4d0>,<spiceypy.utils.libspicehelper.c_double_Array_4 object at 0x7f9c929bb290> 32 2
<spiceypy.utils.support_types.c_double_Array_80 object at 0x7f9c929bb950>,<spiceypy.utils.libspicehelper.c_double_Array_4 object at 0x7f9c929bb4d0> 33 3