UUPharmacometrics / PsN

Perl-Speaks-NONMEM
https://uupharmacometrics.github.io/PsN
GNU General Public License v2.0
64 stars 19 forks source link

PsN cannot handle = direcly after record name #122

Open rikardn opened 5 years ago

rikardn commented 5 years ago

An = directly after a record name will fail with nmfe giving a clear error message. PsN will remove the first option of the record and then run anyway.

usman201077 commented 4 months ago

HI. I am facing problem in running NONMEM through PsN. there is problem with configuration file or common_options. Below is the error No NONMEM version with name "default" defined in psn.conf. Format should be: name=directory,version at C:/PsN-5.3.1/strawberry/perl/bin/..\site\lib\PsN_5_3_1/common_options.pm line 216

rikardn commented 4 months ago

This issue is related to names of records in NONMEM control streams.

RobinM92 commented 3 months ago

Hi @rikardn , can you elaborate on that please? Would using =DROP in input records cause any issues similar to Usman's?

All the best, Robin

rikardn commented 3 months ago

Sorry for an unclear description of the issue.

This NONMEM code input to PsN:

$INPUT= ID TIME DV

will run the following in NONMEM:

$INPUT TIME DV

So it is something I assume that a user will never do except by accident, but PsN should give an error message rather than continue with incorrect code. This is also what nmfe does.