Karim

Results 3 issues of Karim

**Describe the bug** The status badges are bugged and require fixing / updating **To Reproduce** Steps to reproduce the behavior: 1. Look at the status badges in README.md. **Expected behavior**...

bug

**Describe the bug** Ruff runs as an action on save, even if I don't tell it to. I literally have all boxes in the Ruff settings page unchecked. Worst of...

bug

Some tests throw warnings regarding calls to deprecated PyTorch functions. This should be fixed. These are the offending tests: ``` xitorch/_tests/test_memleak.py::test_minimize_mem[dtype0-device0] /home/runner/.cache/pypoetry/virtualenvs/xitorch-aO_873z4-py3.8/lib/python3.8/site-packages/torch/distributed/distributed_c10d.py:366: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead...

bug