Skip to content

Commit

Permalink
STYLE: Errant space.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntustison committed Apr 12, 2024
1 parent 2ecb5f6 commit f969b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antspynet/utilities/histogram_warp_image_intensities.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def histogram_warp_image_intensities(image,
transform_domain_origin = 0
transform_domain_spacing = (1.0 - transform_domain_origin) / (transform_domain_size - 1)

bspline_histogram_transform = ants.fit_bspline_object_to_scattered_data( scattered_data,
bspline_histogram_transform = ants.fit_bspline_object_to_scattered_data(scattered_data,
parametric_data, [transform_domain_origin], [transform_domain_spacing], [transform_domain_size],
data_weights=weights, is_parametric_dimension_closed=None, number_of_fitting_levels=4,
mesh_size=1, spline_order=3)
Expand Down

0 comments on commit f969b96

Please sign in to comment.