widesky / hszinc

Project Haystack Zinc (Zinc is not CSV) parser and dumper for Python 2.7 and 3.x
https://widesky.cloud
BSD 2-Clause "Simplified" License
10 stars 8 forks source link

Handling NaN in results #14

Open ChristianTremblay opened 5 years ago

ChristianTremblay commented 5 years ago

Context : Niagara

If a history contains NaN values, hszinc will not return a Quantity (as opposed to other results).

A PR will follow to return a Quantity when scalar is -inf, inf or nan.