Dominik J. Otto

Results 45 comments of Dominik J. Otto

The R function `browser()` acts like a stopping point and enables debugging anywhere in the code. Currently jupyter would not stop when `browser()` is called but instead start printing out...

I had the same error `(err=-2)` on `import cudamat` or the `nosetests`, and the modification suggested by @f0k changed it to `(err=1)`. Does that correspond to `CUBLAS_STATUS_NOT_INITIALIZED`?

My problem was resolved with a driver update.

@anjaliagarwal8 I am sorry, this was more than 2 years ago and I cannot exactly reconstruct. I can only guess that we updated to the lates driver version and CUDA...

I did some testing and this strange effect only seems to happen with `pn.theme(complete=True, dpi=dpi)` if `81 < dpi < 115` and ends abruptly if `dpi` is outside of these...

It may be interesting to note that the rounding effect only comes from a strangely shaped edge path. I colored it read and slightly enlarged the makers to demonstrate that:...

Not sure if this might help: Just adding the line to the plot fixes the issue and does not draw it twice: ```python import matplotlib.pyplot as plt from matplotlib.lines import...

@BiocondaBot please add label

Thank you for the review and your suggestion! I adopted all of them.

Hi @x1han, I am revisiting this old issue in an attempt to resolve the mystery. When looking at your data, and recomputing the UMAP, I noticed this bridge of cells...