-
We have `circshift` but no inplace version, which would be very useful. There is a rough implementation in the lbm3d threads test.
-
### Your current environment
```text
Collecting environment information...
PyTorch version: 2.3.1+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
…
-
```
add Inplace component
```
Original issue reported on code.google.com by `pablosbo...@gmail.com` on 16 Dec 2010 at 6:43
-
The first line of both methods, `adata_subset = self[:, index].copy()`, makes a full copy of the matrix.
-
I am trying to search for multiple datasets:
```py
catalog = pystac_client.Client.open("https://planetarycomputer.microsoft.com/api/stac/v1", modifier=planetary_computer.sign_inplace)
search = ca…
-
Spawned from #745
```
sawscript> prove_print z3 {{\(x:(Z 17)) -> \y -> x ^^ y == x ^^ y}};
saw: asPredType: unsupported dependent SAW-Core type
CallStack (from HasCallStack):
error, called a…
-
### 🚀 The feature, motivation and pitch
I am working with MCDropout, and find the current workflow in pytorch suboptimal and misleading. The current way to enable Dropout at evaluation time to perfor…
-
Working on making scikit-learn's code pandas=2.2.0 compatible, here's a minimal reproducer for where I started:
```py
import pandas as pd
df = pd.DataFrame({'col': ["a", "b", "c"]}, dtype="cate…
-
Some modules uses endpoints which fetches aggregated data/table collections from Sumo.
If no collections are found, aggregation might be missing - provide informative error message in such cases?
…
-
I think it would be useful to add an `--inplace` option where the target destination file is the source file :)