Skip to content

Commit

Permalink
fixing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmeigh committed Jul 18, 2024
1 parent 150108a commit a4d33bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mantidimaging/core/gpu/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def _create_block_and_grid_args(data: cp.ndarray):
return block_size, grid_size


def _create_padded_array(data: np.ndarray, filter_size: int, scipy_mode: str) -> np.ndarray:
def _create_padded_array(data, filter_size, scipy_mode):
"""
Creates the padded array on the CPU for the median filter.
:param data: The data array to be padded.
Expand Down

0 comments on commit a4d33bf

Please sign in to comment.