Ying Zhang

Results 6 comments of Ying Zhang

rt version 1.0.57. I expanded the above experiment a bit. Here is a table: N = int(80e6) |value|dtype|format|save total time|save wall time|load total time|load wall time|size on disk|size on ram|...

Yes, thanks @ykallus! That works and gives me what I wanted. I am still puzzled by why I had a seg fault (when I did sth wrong). It would be...

Thanks @ykallus for reminding me that in python, bool(np.nan)=True, which explains why numpy coerce np.nan to True. It is also interesting to learn that in riptable, tmp['f'] gives me the...

actually, this error keeps restarting my jupyter notebook. I can only start my jupyter notebook when I comment out "import riptable". Will appreciate a more explicit error message: 1. Would...

Here is another limitation in current implementation of inv integers: if I write my own function taking a FastArray as input, it is easy to make a mistake: ``` ds...

Thanks @ykallus ! Yes, your work-around works. I still think the original is a bug, that either should be fixed, or we should give the user a "NotImplemented" Error for...