Roan Song

Results 8 comments of Roan Song

Can confirm that I am experiencing this as well, with the side-effect-free icon tooltip: ![image](https://user-images.githubusercontent.com/14807642/117940045-f36c3f80-b308-11eb-8f43-ea253f623efa.png) Browser: Microsoft Edge Dev OS: macOS 11.0.1

That does look like it should be ```python def test_underscore_no_overwrite_user(): ```

You beauty - I was about to close this PR because I haven't touched it in so long

I ran into this after IntelliJ opened a terminal inside an activated virtualenv. Running `set VIRTUAL_ENV ""` (fish) or `export VIRTUAL_ENV=""` (bash) fixed it for me

I ran the following and it worked: ``` >>> import intel_extension_for_pytorch >>> import torch >>> torch._dynamo.list_backends() ['cudagraphs', 'inductor', 'ipex', 'onnxrt', 'openxla', 'openxla_eval', 'tvm'] ```

Not sure what the issue with the pre-commit and docs builds are - looks like failures while installing packages, not related to the change itself Edit: Should be fixed by...

I'm running into this as well, even when using `numcodecs.zarr3.Blosc` or `zarr.codecs.BloscCodec`.