Albert Steppi
Albert Steppi
The failure seems to be unrelated ``` 01:07:52.217683 STDOUT 1301] =========================== short test summary info ============================ 01:07:52.217687 STDOUT 1301] FAILED cupyx_tests/test_cusparse.py::TestSpsm::test_spsm[N-True-False-c-csr-complex64-dims1] 01:07:52.217694 STDOUT 1301] FAILED cupyx_tests/test_cusparse.py::TestSpsm::test_spsm[N-True-False-c-csc-float32-dims0] ``` merging main and...
> You might be able to use the `doit --` "plumbing" CLI option: > > ``` > jupyter lite doit --log-level ERROR -- --verbosity 0 --reporter zero build > ```...
~The `doit --` plumbing options seemed to not help unfortunately.~ I changed the invocation of `jupyter lite build` in `jupyterlite-sphinx` from ```python command = [ "jupyter", "lite", "build", *config, *contents,...
Sorry, nevermind. I got it to work. I guess the order is very important. What I'd written earlier is just the first permutation that that didn't error out when I...
@bollwyvl, reopening because the command above didn't actually work. The output was only suppressed because the command is broken. It seems like it will actually be necessary to make `doit`...
cc @Carreau, @martinRenou, @jtpio, @matthewfeickert
I'm not aware of any such packages either. My thinking was based on the sheer scale of the number of software and data professionals in the world, as well as...
> Can someone point to a concrete example of another application (any platform/language) that’s using the .data directory in the home folder? I’m not aware of any examples. To summarize...
> At some point, we may want to hook this into the normal tests. Perhaps there is a way to create a mock array API special extension or something. In...
@fancidev, I've made `iv_ratio` work on CUDA here, following up on https://github.com/scipy/scipy/pull/20457#pullrequestreview-2051490549.