dshean / demcoreg

Utilities for DEM and point cloud co-registration
MIT License
110 stars 42 forks source link

fix to update creation of array from ragged nested sequences #56

Closed ShashankBice closed 1 year ago

ShashankBice commented 1 year ago

Hi David, Creation of a numpy array from a list of tuples now requires using dtype=object when the array is initialized. See solution here. I checked and the results are the same with this addition in the final plot. A user reported that the code was exiting in newer version of numpy.

dshean commented 1 year ago

Thanks!