numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
20 stars 7 forks source link

A empty cst gets filled with "nan" value when passed #250

Closed lucasJedel closed 1 month ago

lucasJedel commented 2 months ago

{} -> {nan} Problem: When adding a new value to the empty cluster, it is inserted at position 2, requiring manual deletion of the nan value.

Analysis

The syntax {} is now equal to void. If a cluster can handle this value correctly, the problem should resolve itself automatically. This is likely to happen together with #256