Open-Systems-Pharmacology / OSPSuite-R

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

Printing `OutputSchema`: single points are printed without unit #1442

Open Yuri05 opened 4 months ago

Yuri05 commented 4 months ago

E.g. here: the added time point 21 is shown without units. I assume it's 21 [min] then (s. also https://github.com/Open-Systems-Pharmacology/OSPSuite-R/issues/1441)

> sim=loadSimulation("c:/Temp/S1.pkml")
> sim$outputSchema$addTimePoints(21)
> sim$outputSchema
OutputSchema: 
   Time points: 21 
Interval: 
   Name: Simulation Interval 1 
   Start time: 0.00e+00 [min] 
   End time: 45.00 [min] 
   Resolution: 0.33 [pts/min]