Skip to content
Snippets Groups Projects
Commit 9d79ad9b authored by Martin Reinecke's avatar Martin Reinecke
Browse files

disable Poisson demo

parent aabb0370
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -99,16 +99,17 @@ run_nonlinear_wiener_filter:
paths:
- '*.png'
run_poisson_demo:
stage: demo_runs
script:
- python setup.py install --user -f
- python3 setup.py install --user -f
- python demos/poisson_demo.py
- python3 demos/poisson_demo.py
artifacts:
paths:
- '*.png'
# FIXME: disable for now. Fixing it is part of issue #244.
#run_poisson_demo:
# stage: demo_runs
# script:
# - python setup.py install --user -f
# - python3 setup.py install --user -f
# - python demos/poisson_demo.py
# - python3 demos/poisson_demo.py
# artifacts:
# paths:
# - '*.png'
run_probing:
stage: demo_runs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment