-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: the complex F is not supported by babelmixr2 #115
Comments
That is because it isn't supported because |
The error could be a bit more clear, I suppose. |
Is there a way I can detect it's presence in rx_obj above? |
Nope. |
At least not as the |
Can I add that to the props? I know this isn't the place to request it :) |
That is where it would likely go, though I believe I wouldn't support this directly since it is too much of a edge case for properties, rather I would support what properties (aka initial condition, f, rate, dur, alag) are present in the model and for what state). Then you could use There are likely cases where a model won't import from nonmem or export to nonmem, and the same is true for monolix. |
I'm sorry, you would rather support f, but isn't this f? |
Oh I see. Can you add what properties are supported? I can easily use that. |
I will add what properties are defined by the model. For example in this model you would have some way of figuring out that |
Awesome. Thank you. |
If I wanted to conditionally skip tests for Monolix conversion where f is causing failure would I look at the Property column from the props$cmtProp data frame for a value of f? $cmtProp
Compartment Property
1 depot f |
No value of You can probably get that information from See |
I do not plan to add this to the |
This is what is in the props$cmtProp field. |
Yes but it doesn't have the value of |
If you want to skip all monolix models with |
I just need a way to detect models that will fail during testing. Can you tell me what babelmixr2 is looking at to throw the error? |
It looks for a |
As said by the bug report, this example is likely a bug. |
I'm sorry. I missed that.
…On Sun, Sep 29, 2024 at 3:45 PM Matthew Fidler ***@***.***> wrote:
As said by the bug report, this example is likely a bug.
—
Reply to this email directly, view it on GitHub
<#115 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAYF5VCPAZGZVUTRSLWPR6DZZB7HJAVCNFSM6AAAAABM26UOLWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBRGYZTQNZYHE>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
It's not obvious. It's linked to this issue in babelmixr2 issues... |
I'm testing the models in the model library (
nlmixr2lib
) trying to convert them to different formats. I'm having trouble converting this one to monolix.Created on 2024-08-20 with reprex v2.1.1
The text was updated successfully, but these errors were encountered: