Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah-Kennedy authored Nov 2, 2020
2 parents d79dddf + fbda0fc commit f4b13c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/norm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fn helper<F>(input: &Mat<f32, F>, path: PathBuf, f: &str, min: &[f32], max: &[f3
}
"gray" | "grey" => {
println!("Allocating output buffer");
let mut out = GrayImage::from_raw(
let mut out = GrayImage::from_raw(Moved benchmark files to new dir.
width as u32,
height as u32,
vec![0; height * width],
Expand Down

0 comments on commit f4b13c1

Please sign in to comment.