Fergal Mullally
Fergal Mullally
I'm getting the following error /home/fmullall/.local/lib/python2.7/site-packages/ktransit/ktransit.pyc in transitmodel(self) 183 self._transitmodel = transitmodel(self.nplanets, 184 sol,time,itime,self.ntt, --> 185 self.tobs,self.omc,datatype) 186 self._rvmodel = None 187 error: failed in converting 6th argument `tobs' of...
I'm having some trouble getting PySpice installed on my machine. It compiles without warning: $ CSPICE_SRC=/home/fmullall/apps/cspice/ $ export CSPICE_SRC $ python setup.py build_ext running build_ext building '_spice' extension creating build...