We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb00608 commit 13fb2a7Copy full SHA for 13fb2a7
xgboost-sys/src/lib.rs
@@ -26,7 +26,7 @@ mod tests {
26
let mut num_cols = 0;
27
let ret_val = unsafe { XGDMatrixNumCol(handle, &mut num_cols) };
28
assert_eq!(ret_val, 0);
29
- assert_eq!(num_cols, 127);
+ assert_eq!(num_cols, 126);
30
31
let ret_val = unsafe { XGDMatrixFree(handle) };
32
0 commit comments