F nan in lists
Compare changes
@@ -33,16 +33,19 @@ public class DoubleDatatype extends AbstractDatatype {
@@ -33,16 +33,19 @@ public class DoubleDatatype extends AbstractDatatype {
Fix for https://gitlab.com/caosdb/caosdb-server/-/issues/127
The problem was actually only a question of the case of the "NaN" keyword in combination with lists of doubles. When inserting a list with "NaN" as a double value the old implementation of DoubleDatatype.parseValue(Object value)
was working as expected. The new implementation just assures that also "nan" (lower case!) is accepted.
No manual testing needed. Integration tests are in caosdb-pyinttest!14 (merged)
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.