NSLS-II / pyCHX

chx_analysis_codes
BSD 3-Clause "New" or "Revised" License
5 stars 6 forks source link

Do not use numpy arrays for variable-shaped objects. #81

Closed danielballan closed 10 months ago

danielballan commented 10 months ago

In two places, this code was using numpy arrays where a list would be fine. It got tripped up when numpy got stricter about holding irregularly shaped objects.