Skip to content

numpy 1.24.X (current latest) depreciates np.int() #87

@tsippel12345

Description

@tsippel12345

Near line ~190 of recon.py, the following lines:

sino_chunk_start = np.int(sino_start + nSino_per_chunkiChunk)
sino_chunk_end = np.int(sino_start + nSino_per_chunk
(iChunk+1))

.... np.int() is depreciated in vers 1.24.x of np and replaced with np.int32() and np.int64()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions