Skip to content

Added ctis.inverters.MartInverter, an implementation of the Multiplicative Algebraic Reconstruction Technique (MART). #34

Added ctis.inverters.MartInverter, an implementation of the Multiplicative Algebraic Reconstruction Technique (MART).

Added ctis.inverters.MartInverter, an implementation of the Multiplicative Algebraic Reconstruction Technique (MART). #34

Workflow file for this run

name: Notebooks
on:
push:
branches:
- main
pull_request:
jobs:
nbstripout:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install nbstripout
- run: find . -name "*.ipynb" -exec nbstripout --verify {} +