Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jul 23, 2024
1 parent 54146a9 commit 7a22ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_df.R
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ get_df.serp <- function(x, type = "normal", ...) {
if (identical(type, "residual")) {
x$rdf
} else {
get_df.default(x, type = type, ...)
Inf
}
}

Expand Down

0 comments on commit 7a22ac4

Please sign in to comment.