Closed melissalinkert closed 6 months ago
The semantics of
new Double()
are quite different thanDataTools.parseDouble()
. Was that also intended or desired here?
That was intentional, as using DataTools.parseDouble
handles the possibility of a ,
decimal separator. I can switch it to Double.parseDouble
if you prefer, though.
Noticed while looking at #245. This is in the same spirit as https://github.com/ome/bioformats/pull/4177 (and other PRs linked from there).