Skip to content

Commit ff071a4

Browse files
authored
Numpy deprecations
1 parent 94ec6ec commit ff071a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

active_plugins/histogrammatching.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def run(self, workspace):
114114
x_data = x.pixel_data
115115

116116
if x.volumetric:
117-
y_data = numpy.zeros_like(x_data, dtype=numpy.float)
117+
y_data = numpy.zeros_like(x_data, dtype=float)
118118

119119
if self.do_self_reference.value:
120120
reference_image = x_data[self.frame_number.value]

0 commit comments

Comments
 (0)