tensfeldt / openNCA

openNCA computation engine is an R package that provides for generation of pharmacokinetic parameter estimates using non-compartmental (NCA) pharmacokinetic analysis methods.
MIT License
27 stars 5 forks source link

2020-05-21 tc131 & tc133 M1SS + tc1514 M2SS "tau < orig_time..." execution error with actual time introduced with 786bf37 #249

Closed jhhughes256 closed 4 years ago

jhhughes256 commented 4 years ago

Issue

When running tc131, tc133 M1SS and tc1514 M2SS using actual time with commit 786bf37. This error did not occur for these testcases with the previous commit.

> results[[11]]
$Test
[1] "test_base.actual.tc133.M1.SS"
$Computation
[1] "Error in value[[3L]](cond) : \n  Error in if (tau < orig_time[length(orig_time)]) {: missing value where TRUE/FALSE needed\nFor SDEID 21421443\n"
jhhughes256 commented 4 years ago

Execution error still occurs with commit e7df513, however with a new error message. It is unclear if the original error message was fixed. New error message is further detailed in #250.

jhhughes256 commented 4 years ago

This issue no longer occurs with the latest commit cca452d. Closing this issue.