Skip to content

Commit

Permalink
Numpy deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
bethac07 authored Sep 25, 2024
1 parent 94ec6ec commit ff071a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active_plugins/histogrammatching.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def run(self, workspace):
x_data = x.pixel_data

if x.volumetric:
y_data = numpy.zeros_like(x_data, dtype=numpy.float)
y_data = numpy.zeros_like(x_data, dtype=float)

if self.do_self_reference.value:
reference_image = x_data[self.frame_number.value]
Expand Down

0 comments on commit ff071a4

Please sign in to comment.