industrial-optimization-group / DESDEO

An open source framework for interactive multiobjective optimization methods
https://desdeo.it.jyu.fi
29 stars 22 forks source link

Fix parsing error when fetching from db #161

Closed maihoangbichtram closed 2 weeks ago

maihoangbichtram commented 2 weeks ago

Problem:

-> In parse_list_to_mathjson of problem schema, if the first element is already 'List', parsing is not necessary anymore.

juropo commented 2 weeks ago

I have been using a similar bit of code in my local branch, which I assume both of us got from Matias. No issues with putting this into the main branch.