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
> get_prm(xpdb=xpdb)
Returningparameterestimatesfrom$probno.1, subprobno.0, methodlce...# Some of the parameters here# ... with 25 more rowsWarningmessage:
[$probno.1, subprobno.0, lce] $OMEGAlabelsdidnotmatchthenumberofOMEGAsinthe`.ext`file.
As I looked, it appears to be an issue with off-diagonal $OMEGA values here such that they have blank names:
Thanks for the detailed example. I need to rethink the way that blocks are parsed, xpose currently assumes that all blocks are written in their "triangle" form and not as a list. This is related to #87
Might it be worthwhile to combine NONMEM parsing efforts into one rigorously tested parser that can be used across applications? (The linked effort is trying to make an ANTLR-based parser which would presumably be usable in many programming languages.)
(Hopefully this is unrelated, but I'm using @MikeKSmith 's #113.)
I think that this is an error with name detection of diagonal $OMEGA values.
I have the following $OMEGA block set in a model:
With it, I get the error:
As I looked, it appears to be an issue with off-diagonal $OMEGA values here such that they have blank names:
xpose/R/xpdb_access.R
Lines 426 to 433 in 74855b2
At that point, my omega names are:
while the number of diagonal omegas is accurately detected as 7.
The text was updated successfully, but these errors were encountered: