Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
robfitzgerald committed Aug 22, 2024
1 parent 596458e commit 5503291
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ mod tests {

fn setup_1D() -> Interpolator {
// f(x) = 0.2x + 0.2

Interpolator::Interp1D(
Interp1D::new(vec![0., 1., 2., 3., 4.], vec![0.2, 0.4, 0.6, 0.8, 1.0]).unwrap(),
)
Expand Down

0 comments on commit 5503291

Please sign in to comment.