Xiaoheng Cheng

Results 5 comments of Xiaoheng Cheng

Has this feature been added? Is there a (built-in?) way to wrap texts inside the code block now?

Thanks for the follow-up! We tried converting it into a numpy object and tried both np.linalg.eig() and scipy.linalg.eig() at first. It seems neither is compatible with mpf datatype. We did...

Wow that looks amazing! I'll look further into it. Thank you so much! PS: About the datatype with numpy and scipy, the error message for numpy.linalg.eig() is ``` in eig...

Hi Fedrick, Thanks again for introducing me to python-flint! It's truly amazing. I have a follow-up question that's not related to eig() but still related to our previous discussions so...

Hi xmzhuo, I ran into the same issue lately and found this old post: https://github.com/arq5x/bedtools2/issues/496 which explained that the issue might result from a space-delimited input (instead of tab-delimited). I...