Skip to content
Snippets Groups Projects
Commit e13ee053 authored by Jakob Roth's avatar Jakob Roth
Browse files

gitlab-ci: add jax demo to ci

parent c4fc4366
Branches
No related tags found
No related merge requests found
Pipeline #192082 failed
......@@ -8,7 +8,12 @@ run:
- cd resolve
- pip install .
- cd ..
- git clone https://gitlab.mpcdf.mpg.de/mtr/jax_linop.git
- cd jax_linop
- pip install .
- cd ..
- jupyter nbconvert --execute --ExecutePreprocessor.timeout=None --to html demo_CorrelatedFields.ipynb
- jupyter nbconvert --execute --ExecutePreprocessor.timeout=None --to html demo_radio.ipynb
- jupyter nbconvert --execute --ExecutePreprocessor.timeout=None --to html demo_radio_jax.ipynb
- jupyter nbconvert --execute --ExecutePreprocessor.timeout=None --to html demo_poisson.ipynb
- jupyter nbconvert --execute --ExecutePreprocessor.timeout=None --to html demo_wiener_filter.ipynb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment