Skip to content

Fixed mutable default value error in VelocityKernel and HelmholtzKernel dataclasses in python 3.11 #494

Fixed mutable default value error in VelocityKernel and HelmholtzKernel dataclasses in python 3.11

Fixed mutable default value error in VelocityKernel and HelmholtzKernel dataclasses in python 3.11 #494

Workflow file for this run

name: Check linting
on:
pull_request:
push:
branches:
- main
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: chartboost/ruff-action@v1