brocksam / pyproprop

Write classes with lots of similar simple defensive properties without the boilerplate
MIT License
3 stars 1 forks source link

Cannot cast objects to `np.ndarray` #46

Closed brocksam closed 3 years ago

brocksam commented 3 years ago

Problem caused when trying to cast objects to Numpy ndarrays caused by the fact that the type name is ndarray while the constructor method is typically np.array.

brocksam commented 3 years ago

Addressed in 053e54f162b1e4bfc16630868349f0ffc5c0a707.