MarcLavielle / mlxR

mlxR
Other
18 stars 5 forks source link

build module (rethrow) :Assertion violation: #8

Open ItziarIA opened 8 years ago

ItziarIA commented 8 years ago

Hi all,

I'm trying to use an example with simulix and when I run the command:

res <- simulx( model = pharmML.model,

It's the first time that I have this problem and I have no idea of what is happening.

Thank you very much,

Itziar

MarcLavielle commented 8 years ago

I don't know...

It's probably a problem with the translator pharmML -> Mlxtran is it a demo example from the website ?

Marc

2015-07-16 13:57 GMT+02:00 Itziar91 notifications@github.com:

Hi all,

I'm trying to use an example with simulix and when I run the command:

res <- simulx( model = pharmML.model,

  • parameter = p,
  • output = list(f, y),

        group     = g);

    I get the following error: Error in simulxunit(model = model, group = group, treatment = treatment, : build module (rethrow) :Assertion violation: !_dirs.empty() in file "..........\mlx432\projects\commons\core\poco\Foundation\src\Path.cpp", line 522

It's the first time that I have this problem and I have no idea of what is happening.

Thank you very much,

Itziar

— Reply to this email directly or view it on GitHub https://github.com/MarcLavielle/mlxR/issues/8.

Mixed Effects Models for the Population Approach http://www.math.u-psud.fr/~lavielle/book.html

Marc Lavielle Inria Saclay

Tel: (33) 1 69 15 57 43 (33) 6 37 31 93 05

Marc.Lavielle@inria.fr http://www.math.u-psud.fr/~lavielle

"""""""""""""""""""""""""""""""""""""""""""""""""""""""""

ItziarIA commented 8 years ago

No, all the demo examples work well.

Now I was trying a new example to read a pharmML model version 0.6, because all the examples of the website are from the version 0.3. I get a mlxlibrary able to read models from version 0.6 but the example given is not working for me. I write the problem here because I thought that maybe it was a common mistake. I also wrote my problem to the person who pass me the new mlxlibrary.

Thank you very much for answering.

Itziar