You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It just prints the value via cat.
But it should check first if the value is numeric and e.g. convert it to string using the format function.
Then the output would be as expected.
The text was updated successfully, but these errors were encountered:
Yuri05
transferred this issue from Open-Systems-Pharmacology/OSPSuite-R
Sep 16, 2022
Yuri05
changed the title
I think the error is in the **printline** function of **ospsuite.utils**:
printline function ignores format settings when printing numeric values
Sep 16, 2022
I think the error is in the printline function of ospsuite.utils:
OSPSuite.RUtils/R/printable.R
Lines 40 to 42 in 409d238
It just prints the value via
cat
.But it should check first if the value is numeric and e.g. convert it to string using the
format
function.Then the output would be as expected.
Originally posted by @Yuri05 in Open-Systems-Pharmacology/OSPSuite-R#1123 (comment)
The text was updated successfully, but these errors were encountered: