matthiaskoenig / pkdb

Pharmacokinetics database
https://alpha.pk-db.com
30 stars 6 forks source link

Incorrect display of timecourses (order of points, missing value) #598

Closed matthiaskoenig closed 4 years ago

matthiaskoenig commented 4 years ago

Some timecourses are not displayed correctly in the frontend E.g. midazolam/Mandema1992 last timecourse https://alpha.pk-db.com/studies/PKDB00206 This looks like an issue with the order of the timepoints! Ensure correct ordering of vectors.

matthiaskoenig commented 4 years ago

Saw this again. This seems to be some order issue with the data points. probably necessary to sort the points by time.

janekg89 commented 4 years ago

for now outputs are sorted by time in frontend, It might be good to solve this issue in the backend