We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
delayed(self.process_slice)(imnp, slice_idx) for slice_idx in total_slices
)
spline_mesher/src/pyhexspline/spline_volume.py
Line 1105 in afc89cc
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}")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
delayed(self.process_slice)(imnp, slice_idx) for slice_idx in total_slices
)
spline_mesher/src/pyhexspline/spline_volume.py
Line 1105 in afc89cc
The text was updated successfully, but these errors were encountered: