Ryan Harvey
Ryan Harvey
fixed in #303
Still issues with self.bins following indexing with EpochArray. For some reason, bins do not get correctly sliced in test cases. See test_set_binned_data_slice2
also, currently failing in python 3.8, but we should drop that version as it's end of life
I'm not sure how much the addition of set_binned_data is needed in the first place since you can always bin your EventArray normally with the existing methods. I see it...