Yung-Jin (Joey) Hu

Results 6 comments of Yung-Jin (Joey) Hu

Hi @nmvega, Did you execute this command to install @axelfahy 's build? `jupyter labextension install @axlair/jupyterlab_vim` I think executing: `jupyter labextension install jupyterlab_vim` will install the current master build of...

Yeah, it looks like adding type hints to the project repo is the preferred way to go (https://github.com/python/typeshed/blob/master/CONTRIBUTING.md#adding-a-new-library) according to `typeshed`. I've worked mostly with python 2.7 compatible "comment style"...

Yeah, there's a type that's available in `typing` called `Text` that we can use for this. It is available as part of the standard library in python 3.5 I think,...

@wagner-certat, good point! There might be some complex conditional way of importing `typing` within the `*.py` file as well, but that's probably more brittle and error prone than just using...

Is anyone working on this? If not I'd like to give it a try.

I was running `cargo run-checks` on my M2 mac, and also got some FP mis-matches. This was on `main`. ``` failures: ---- tests::autodiff::ad_div::tests::test_div_complex_2 stdout ---- thread 'tests::autodiff::ad_div::tests::test_div_complex_2' panicked at crates/burn-ndarray/src/lib.rs:41:5:...