Skip to content

Commit

Permalink
try something
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed May 15, 2024
1 parent de8e13e commit 3ddd75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/altrep-sparse-integer.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ static SEXP altrep_sparse_integer_Min_method(SEXP x, Rboolean na_rm) {
if (na_rm) {
continue;
} else {
return Rf_ScalarInteger(NA_INTEGER);
return Rf_ScalarInteger(6);
}
}

Expand Down

0 comments on commit 3ddd75d

Please sign in to comment.