Skip to content

Commit 13fb2a7

Browse files
author
Montana Low
committed
it really is 126
1 parent cb00608 commit 13fb2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xgboost-sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ mod tests {
2626
let mut num_cols = 0;
2727
let ret_val = unsafe { XGDMatrixNumCol(handle, &mut num_cols) };
2828
assert_eq!(ret_val, 0);
29-
assert_eq!(num_cols, 127);
29+
assert_eq!(num_cols, 126);
3030

3131
let ret_val = unsafe { XGDMatrixFree(handle) };
3232
assert_eq!(ret_val, 0);

0 commit comments

Comments
 (0)