GreaterThan
constraint crashing with NaN
values
#592
Labels
Milestone
GreaterThan
constraint crashing with NaN
values
#592
As reported in issue #590 and #589, the
GreaterThan
seems to be failing in the presence of NaN values. The cause seems to be the following line:SDV/sdv/metadata/table.py
Line 593 in 061d69b
Basically, since
NaN
values are not comparable, this line is returningfalse
for the comparison betweenNaN
's, which causes the code to crash.We should work on a fix, seeing as this error happens with our demo dataset (student_placements).
The text was updated successfully, but these errors were encountered: