Closed benp175 closed 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.
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.
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.