enthought / enable

Enable: low-level drawing and interaction
Other
91 stars 45 forks source link

Remove uses of `numpy.alltrue` #991

Closed corranwebster closed 1 year ago

corranwebster commented 2 years ago

This seems like a really old idiom. It should probably be replaced by numpy.all or something similar.

homosapien-lcy commented 1 year ago

Done, ready for PR