Skip to content

parametrize this value #62

@github-actions

Description

@github-actions

delayed(self.process_slice)(imnp, slice_idx) for slice_idx in total_slices

)

NUM_SLICES = height // 10 # TODO: parametrize this value

        height = imnp.shape[2]
        self.logger.debug(f"Height:\t{height}")

        NUM_SLICES = height // 10  # TODO: parametrize this value
        total_slices = np.linspace(0, height - 1, NUM_SLICES, dtype=int)

        processed_slices = []
        for slice_idx in total_slices:
            print(f"Processing slice {slice_idx}")

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