fix: use P-axis length for ys calculation and clip S-axis bounds (#167) #288
This file contains hidden or 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
| name: autoformat | |
| on: | |
| issue_comment: | |
| types: [created, edited] | |
| jobs: | |
| run_autoformat: | |
| uses: BrainLesion/BrainLes/.github/workflows/autoformat.yml@main | |
| secrets: inherit |