Skip to content

Commit 1f6b34f

Browse files
committed
close bracket
1 parent 206ab98 commit 1f6b34f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

algorithms/linfa-lars/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "linfa-lars"
33
version = "0.8.0"
4-
authors = ["aswin <[email protected]>"]
4+
authors = ["Aswin <[email protected]>"]
55
description = "Least Angle Regression methods"
66
edition = "2024"
77
license = "MIT OR Apache-2.0"

algorithms/linfa-lars/src/algorithm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ mod tests {
587587
if index < x.ncols() {
588588
assert!(ocur == index + 1);
589589
} else {
590-
assert!(ocur == x.ncols();
590+
assert!(ocur == x.ncols());
591591
}
592592
}
593593
}

0 commit comments

Comments
 (0)