Skip to content

Commit

Permalink
Update pyresample/gradient/_gradient_search.pyx
Browse files Browse the repository at this point in the history
Co-authored-by: David Hoese <[email protected]>
  • Loading branch information
mraspaud and djhoese authored Sep 16, 2024
1 parent 98cec0b commit f2fed1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyresample/gradient/_gradient_search.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ctypedef fused data_type:
double
float

ctypedef double float_index
ctypedef np.float64_t float_index
float_index_dtype = np.float64

np.import_array()
Expand Down

0 comments on commit f2fed1a

Please sign in to comment.