cheminfo / cheminfo-types

https://cheminfo.github.io/cheminfo-types/
MIT License
2 stars 3 forks source link

fix: allow all NumberArray in DataXY #99

Closed targos closed 6 months ago

targos commented 6 months ago

It's a generic enough type that we shouldn't restrict it too much.

Refs: https://github.com/mljs/spectra-processing/pull/224

targos commented 6 months ago

@lpatiny What was the conclusion wrt your concerns (about "if it's not instance of Float64Array, we consider it's a normal Array)?