linea-it / dri

GNU General Public License v3.0
4 stars 5 forks source link

Fixed error 500 in the target list when one of the values is NaN #1490

Closed glaubervila closed 4 months ago

glaubervila commented 4 months ago

Iterates over each row of the result and over all columns, checks the type of the value to be for float.nan replaces it with string nan. Fixed #1489