-
Notifications
You must be signed in to change notification settings - Fork 13
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
OutputSchema - errors in messages #451
Comments
The name of the props are the name or the .net methods which are capitalized so this should stay as is Agreed with first point |
msevestre
added a commit
that referenced
this issue
Dec 1, 2020
msevestre
added a commit
that referenced
this issue
Dec 14, 2020
msevestre
added a commit
that referenced
this issue
Dec 14, 2020
* Fixes #446 ensure that object ids are resetted * Fixes #446 ensure that object ids are resetted * Do not use develop to ensure we can use the latest build\ * Fixes issue with pksim setup tmp * Comment out tests until PKSim is ready * Comment out tests until PKSim is ready * Fixes #451 output schema error in messages * Also fixes #452 * Also fixes #452 * Fixes #446 ensure that object ids are reset and fixes #457 * Fixes #446 ensure that object ids are reset and fixes #457 * add tests back to the suite for individual and population * Fixes #456 * Fixes #450 * Fixes #445 error when setting readonly props * Update ospsuite.core
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OSPSuite-R/R/output-schema.R
Lines 12 to 18 in 976bd5c
should be
private$throwPropertyIsReadonly("intervals")
In
OSPSuite-R/R/output-schema.R
Line 22 in 976bd5c
and
OSPSuite-R/R/output-schema.R
Line 26 in 976bd5c
the names of the properties should not be capitalized (i.e.,
timePoints
andendTime
), and also in the following lines, as the names of the fields in R are in lower case.The text was updated successfully, but these errors were encountered: