Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
3cbb33ea
Commit
3cbb33ea
authored
Jun 19, 2018
by
Philipp Arras
Browse files
Always run demos. Revert this when releasing NIFTy_5
parent
9eb36419
Pipeline
#31359
failed with stages
in 2 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3cbb33ea
...
...
@@ -70,8 +70,6 @@ run_critical_filtering:
-
python3 setup.py install --user -f
-
python demos/critical_filtering.py
-
python3 demos/critical_filtering.py
only
:
-
run_demos
artifacts
:
paths
:
-
'
*.png'
...
...
@@ -83,8 +81,6 @@ run_nonlinear_critical_filter:
-
python3 setup.py install --user -f
-
python demos/nonlinear_critical_filter.py
-
python3 demos/nonlinear_critical_filter.py
only
:
-
run_demos
artifacts
:
paths
:
-
'
*.png'
...
...
@@ -109,8 +105,6 @@ run_poisson_demo:
-
python3 setup.py install --user -f
-
python demos/poisson_demo.py
-
python3 demos/poisson_demo.py
only
:
-
run_demos
artifacts
:
paths
:
-
'
*.png'
...
...
@@ -122,8 +116,6 @@ run_probing:
-
python3 setup.py install --user -f
-
python demos/probing.py
-
python3 demos/probing.py
only
:
-
run_demos
artifacts
:
paths
:
-
'
*.png'
...
...
@@ -135,8 +127,6 @@ run_sampling:
-
python3 setup.py install --user -f
-
python demos/sampling.py
-
python3 demos/sampling.py
only
:
-
run_demos
artifacts
:
paths
:
-
'
*.png'
...
...
@@ -148,8 +138,6 @@ run_tomography:
-
python3 setup.py install --user -f
-
python demos/tomography.py
-
python3 demos/tomography.py
only
:
-
run_demos
artifacts
:
paths
:
-
'
*.png'
...
...
@@ -161,8 +149,6 @@ run_wiener_filter_data_space_noiseless:
-
python3 setup.py install --user -f
-
python demos/wiener_filter_data_space_noiseless.py
-
python3 demos/wiener_filter_data_space_noiseless.py
only
:
-
run_demos
artifacts
:
paths
:
-
'
*.png'
...
...
@@ -174,8 +160,6 @@ run_wiener_filter_easy.py:
-
python3 setup.py install --user -f
-
python demos/wiener_filter_easy.py
-
python3 demos/wiener_filter_easy.py
only
:
-
run_demos
artifacts
:
paths
:
-
'
*.png'
...
...
@@ -189,8 +173,6 @@ run_wiener_filter_via_curvature.py:
-
python3 setup.py install --user -f
-
python demos/wiener_filter_via_curvature.py
-
python3 demos/wiener_filter_via_curvature.py
only
:
-
run_demos
artifacts
:
paths
:
-
'
*.png'
...
...
@@ -202,8 +184,6 @@ run_wiener_filter_via_hamiltonian.py:
-
python3 setup.py install --user -f
-
python demos/wiener_filter_via_hamiltonian.py
-
python3 demos/wiener_filter_via_hamiltonian.py
only
:
-
run_demos
artifacts
:
paths
:
-
'
*.png'
...
...
@@ -214,8 +194,6 @@ run_ipynb:
-
python setup.py install --user -f
-
python3 setup.py install --user -f
-
jupyter nbconvert --execute demos/Wiener_Filter.ipynb
only
:
-
run_demos
artifacts
:
paths
:
-
'
*.png'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment