brocksam / pyproprop

Write classes with lots of similar simple defensive properties without the boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot cast objects to `np.ndarray`

brocksam opened this issue · comments

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.

Addressed in 053e54f.