https://github.com/thefloatingstring/torchcir
https://github.com/thefloatingstring/torchcir
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thefloatingstring/torchcir
- Owner: TheFloatingString
- Created: 2025-02-25T21:31:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T21:38:15.000Z (over 1 year ago)
- Last Synced: 2025-02-25T22:28:36.069Z (over 1 year ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Setup
```
pip install uv
uv sync
uv run pip install -e .
```
### Unit Test
```sh
uv run pytest
```