Skip to content

3dFrames python conversion has trouble with array alignment on newest numpy #62

@kpasko

Description

@kpasko

Evidenced in test_frames.py failure. when an array of translations are passed instead of just one, unaligned arrays are produced in new. Likely the dtype needs to be updated, something like

custom_dtype = dict(('%sx%s'%(d,len(tr)),dtype([('t','%df%d'%(d*len(tr),real.itemsize)),('r',Rotations[d].dtype)])))

then self.dtypes and self.inv_dtypes would have to be updated...not sure this is a very satisfactory solution..

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions