Skip to content

Use spline surface fitting for in-vessel component CAD generation #195

Use spline surface fitting for in-vessel component CAD generation

Use spline surface fitting for in-vessel component CAD generation #195

Workflow file for this run

name: black
on: [push, pull_request, workflow_dispatch]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose --line-length 79"