-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
fa5b4b1
commit d875070
Showing
19 changed files
with
39 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: update-lockfile | ||
permissions: | ||
permissions: | ||
contents: write | ||
pull-requests: write | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ histogram | |
report.html | ||
temp | ||
draft | ||
.coverage | ||
.coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v5.0.0 | ||
hooks: | ||
- id: trailing-whitespace | ||
- id: end-of-file-fixer | ||
- id: check-yaml | ||
- id: check-toml | ||
- repo: https://github.com/astral-sh/ruff-pre-commit | ||
# Ruff version. | ||
rev: v0.7.1 | ||
hooks: | ||
# Run the linter. | ||
- id: ruff | ||
# Run the formatter. | ||
- id: ruff-format |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Set-Location $PSScriptRoot | ||
Set-Location .. | ||
Set-Location .. | ||
pixi run -e arithmetic-gpu pytest "./src/arithmetic/test_broadcast1.py" --benchmark-autosave --benchmark-histogram=histogram/ | ||
pixi run -e arithmetic-gpu pytest "./src/arithmetic/test_broadcast1.py" --benchmark-autosave --benchmark-histogram=histogram/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Set-Location $PSScriptRoot | ||
Set-Location .. | ||
Set-Location .. | ||
pixi run -e arithmetic-gpu pytest "./src/arithmetic/test_broadcast2.py" --benchmark-autosave --benchmark-histogram=histogram/ | ||
pixi run -e arithmetic-gpu pytest "./src/arithmetic/test_broadcast2.py" --benchmark-autosave --benchmark-histogram=histogram/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Set-Location $PSScriptRoot | ||
Set-Location .. | ||
Set-Location .. | ||
pixi run -e arithmetic-gpu pytest "./src/arithmetic/test_datum_compense_loop.py" --benchmark-autosave --benchmark-histogram=histogram/ | ||
pixi run -e arithmetic-gpu pytest "./src/arithmetic/test_datum_compense_loop.py" --benchmark-autosave --benchmark-histogram=histogram/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Set-Location $PSScriptRoot | ||
Set-Location .. | ||
Set-Location .. | ||
pixi run -e arithmetic-gpu pytest "./src/arithmetic/test_datum_compense_vector.py" --benchmark-autosave --benchmark-histogram=histogram/ | ||
pixi run -e arithmetic-gpu pytest "./src/arithmetic/test_datum_compense_vector.py" --benchmark-autosave --benchmark-histogram=histogram/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Set-Location $PSScriptRoot | ||
Set-Location .. | ||
Set-Location .. | ||
pixi run -e arithmetic-gpu pytest "./src/arithmetic/test_fft.py" --benchmark-autosave --benchmark-histogram=histogram/ | ||
pixi run -e arithmetic-gpu pytest "./src/arithmetic/test_fft.py" --benchmark-autosave --benchmark-histogram=histogram/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Set-Location $PSScriptRoot | ||
Set-Location .. | ||
Set-Location .. | ||
pixi run -e audio pytest "./src/audio/test_amplitude_to_db.py" --benchmark-autosave --benchmark-histogram=histogram/audio | ||
pixi run -e audio pytest "./src/audio/test_amplitude_to_db.py" --benchmark-autosave --benchmark-histogram=histogram/audio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Set-Location $PSScriptRoot | ||
Set-Location .. | ||
Set-Location .. | ||
pixi run -e audio pytest "./src/audio/audio_load*.ps1" --benchmark-autosave --benchmark-histogram=histogram/audio | ||
pixi run -e audio pytest "./src/audio/audio_load*.ps1" --benchmark-autosave --benchmark-histogram=histogram/audio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Set-Location $PSScriptRoot | ||
Set-Location .. | ||
Set-Location .. | ||
pixi run -e audio pytest "./src/audio/test_channel_merge.py" --benchmark-autosave --benchmark-histogram=histogram/audio | ||
pixi run -e audio pytest "./src/audio/test_channel_merge.py" --benchmark-autosave --benchmark-histogram=histogram/audio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Set-Location $PSScriptRoot | ||
Set-Location .. | ||
Set-Location .. | ||
pixi run -e audio pytest "./src/audio/test_stft" --benchmark-autosave --benchmark-histogram=histogram/audio | ||
pixi run -e audio pytest "./src/audio/test_stft" --benchmark-autosave --benchmark-histogram=histogram/audio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ Set-Location $PSScriptRoot | |
Set-Location .. | ||
pixi clean | ||
pixi update | ||
pixi install --all | ||
pixi install --all |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Set-Location $PSScriptRoot | ||
Set-Location .. | ||
pixi run ruff format | ||
pixi run ruff check --fix | ||
pixi run ruff check --fix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters