Open-Systems-Pharmacology / OSPSuite-R

R package for the OSPSuite
https://www.open-systems-pharmacology.org/OSPSuite-R/
Other
28 stars 12 forks source link

`setParameterValuesByPath` does not return a warning when parameter is not found #1240

Open pchelle opened 1 year ago

pchelle commented 1 year ago

After testing setParameterValuesByPath with option stopIfNotFound=FALSE for Reporting Engine issue #497, there was no warning that the parameter "CYP2D6|Ontogeny factor" was not found while the documentation indicates otherwise.

stopIfNotFound: Boolean. If TRUE (default) and no parameter exists for the given path, an error is thrown. If FALSE, a warning is shown to the user

PavelBal commented 1 year ago

Also true for getQuantityValuesByPath().