Skip to content

Commit

Permalink
If validation is unsuccessful, return anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Sep 4, 2024
1 parent e845508 commit 8c483d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/monolix2rx.R
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ monolix2rx <- function(mlxtran, update=TRUE, thetaMatType=c("sa", "lin"),
assign("dfSub", as.double(.lst$nid), envir=.ui$meta)
}
}
.validateModel(.ui, ci=ci, sigdig=sigdig)
try(.validateModel(.ui, ci=ci, sigdig=sigdig))
.ui <- rxode2::rxUiCompress(.ui)
class(.ui) <- c("monolix2rx", class(.ui))
.ui
Expand Down

0 comments on commit 8c483d6

Please sign in to comment.