Skip to content

Add beginning of demo for performing inversion on material properties #254

Add beginning of demo for performing inversion on material properties

Add beginning of demo for performing inversion on material properties #254

Workflow file for this run

name: Pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
check-code:
runs-on: ubuntu-22.04
steps:
# This action sets the current path to the root of your github repo
- uses: actions/checkout@v4
- name: Install pre-commit
run: python3 -m pip install pre-commit
- name: Run hooks
run: pre-commit run --all