You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing the qualification plan attached, the error below comes: 4mail_1.zip
i Info Starting run of Plot PK Ratio task
Error: Error in unit(xticks$x, "native"): 'x' and 'units' must have length > 0
x
1. +-base::source("Workflow.R")
2. | +-base::withVisible(eval(ei, envir))
3. | \-base::eval(ei, envir)
4. | \-base::eval(ei, envir)
5. \-global createQualificationReport(...) at Workflow.R:166:0
6. \-workflow$runWorkflow() at Workflow.R:155:6
7. \-base::tryCatch(...)
8. \-base (local) tryCatchList(expr, classes, parentenv, handlers)
9. \-base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. \-value[[3L]](cond)
11. \-ospsuite.reportingengine:::logErrorThenStop(e)
12. \-base::stop(as.character(message), call. = FALSE)
It looks like a ggplot bug which however was fixed in 3.3.3 (and the error occurs with 3.3.6).
The only workaround I found so far: change X-axis scaling from Log to Lin.
Any idea how to fix?
The text was updated successfully, but these errors were encountered:
When executing the qualification plan attached, the error below comes:
4mail_1.zip
It looks like a ggplot bug which however was fixed in 3.3.3 (and the error occurs with 3.3.6).
The only workaround I found so far: change X-axis scaling from Log to Lin.
Any idea how to fix?
The text was updated successfully, but these errors were encountered: