Skip to content

Commit

Permalink
removes dev build and corrects the rescaler
Browse files Browse the repository at this point in the history
  • Loading branch information
dkazanc committed Oct 2, 2024
1 parent 1d2b940 commit 9cf81e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httomolibgpu/misc/rescale.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def rescale_to_int(
output_dtype = np.uint32

if cupy_run:
xp = cp.get_array_module(data)
import cupy as xp
else:
import numpy as xp

Expand Down

0 comments on commit 9cf81e4

Please sign in to comment.