Closed this issue 14 years ago · 1 comments
There are a few potential NaN-casting problems floating around the codebase, e.g.:
df1 = pandas.DataFrame({'x':[5]}) df2 = pandas.DataFrame({'x':[1]}) df1.combineAdd(df2)
I believe I've got these all fixed.