ELVIS-Project / vis-framework

Thoroughly modern symbolic musical data analysis suite.
http://elvisproject.ca/
31 stars 6 forks source link

There are at least two types of NaN's. #426

Closed alexandermorgan closed 7 years ago

alexandermorgan commented 7 years ago

There seems to be a general float nan and a numpy float nan, and they are not equivalent. This is complicating our checks for nans which are common since they are the default N/A value. For now I'm working around this problem, but eventually VIS needs a good systematic solution for this.

alexandermorgan commented 7 years ago

A bug was perhaps not the best label, I'll admit. This is more of just the way things work with numpy/pandas. I made this issue just for it to be on people's radar. I'll go ahead and close it though.