Skip to content

Commit

Permalink
correct size
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Aug 22, 2023
1 parent 01b0d56 commit 9bab34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grid/src/grid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ mod test {
],
);

let pt = Array2D::from_data(vec![1.0 / 3.0, 1.0 / 3.0], (1, 3));
let pt = Array2D::from_data(vec![1.0 / 3.0, 1.0 / 3.0], (1, 2));

let mut normal = Array2D::<f64>::new((1, 3));

Expand Down

0 comments on commit 9bab34b

Please sign in to comment.