dragozzine / multimoon

fit solar system small body multiple systems with non-Keplerian orbits including quadrupole shapes
MIT License
5 stars 0 forks source link

Invalid syntax #10

Closed benp175 closed 3 years ago

benp175 commented 3 years ago

https://github.com/dragozzine/multimoon/blob/26d9cf0ddc5605d02cfaeb39faf4790c392381f9/src/mm_analysis.py#L223

It looks like there some invalid syntax here. On a totally normal run, I got the following error message:

AttributeError: 'numpy.ndarray' object has no attribute 'append'

It looks like there are a couple other uses of append that might violate this further down as well.

dallinspencer commented 3 years ago

Hey, that bug is one that I fixed in mm_plots, but not analysis. I just fixed it, it's a little thing I was working on, it shouldn't bug you again.