Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NIFTy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ift
NIFTy
Commits
0ac48f64
There was a problem fetching the pipeline summary.
Commit
0ac48f64
authored
7 years ago
by
Martin Reinecke
Browse files
Options
Downloads
Plain Diff
Merge branch 'NIFTy_5' of gitlab.mpcdf.mpg.de:ift/NIFTy into NIFTy_5
parents
7ff5fd24
6e514762
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+13
-12
13 additions, 12 deletions
.gitlab-ci.yml
nifty5/models/variable.py
+1
-1
1 addition, 1 deletion
nifty5/models/variable.py
with
14 additions
and
13 deletions
.gitlab-ci.yml
+
13
−
12
View file @
0ac48f64
...
@@ -8,6 +8,7 @@ stages:
...
@@ -8,6 +8,7 @@ stages:
-
build_docker
-
build_docker
-
test
-
test
-
release
-
release
-
demo_runs
build_docker_from_scratch
:
build_docker_from_scratch
:
only
:
only
:
...
@@ -63,7 +64,7 @@ before_script:
...
@@ -63,7 +64,7 @@ before_script:
-
export MPLBACKEND="agg"
-
export MPLBACKEND="agg"
run_critical_filtering
:
run_critical_filtering
:
stage
:
test
stage
:
demo_runs
script
:
script
:
-
ls
-
ls
-
python setup.py install --user -f
-
python setup.py install --user -f
...
@@ -75,7 +76,7 @@ run_critical_filtering:
...
@@ -75,7 +76,7 @@ run_critical_filtering:
-
'
*.png'
-
'
*.png'
run_nonlinear_critical_filter
:
run_nonlinear_critical_filter
:
stage
:
test
stage
:
demo_runs
script
:
script
:
-
python setup.py install --user -f
-
python setup.py install --user -f
-
python3 setup.py install --user -f
-
python3 setup.py install --user -f
...
@@ -86,7 +87,7 @@ run_nonlinear_critical_filter:
...
@@ -86,7 +87,7 @@ run_nonlinear_critical_filter:
-
'
*.png'
-
'
*.png'
run_nonlinear_wiener_filter
:
run_nonlinear_wiener_filter
:
stage
:
test
stage
:
demo_runs
script
:
script
:
-
python setup.py install --user -f
-
python setup.py install --user -f
-
python3 setup.py install --user -f
-
python3 setup.py install --user -f
...
@@ -99,7 +100,7 @@ run_nonlinear_wiener_filter:
...
@@ -99,7 +100,7 @@ run_nonlinear_wiener_filter:
-
'
*.png'
-
'
*.png'
run_poisson_demo
:
run_poisson_demo
:
stage
:
test
stage
:
demo_runs
script
:
script
:
-
python setup.py install --user -f
-
python setup.py install --user -f
-
python3 setup.py install --user -f
-
python3 setup.py install --user -f
...
@@ -110,7 +111,7 @@ run_poisson_demo:
...
@@ -110,7 +111,7 @@ run_poisson_demo:
-
'
*.png'
-
'
*.png'
run_probing
:
run_probing
:
stage
:
test
stage
:
demo_runs
script
:
script
:
-
python setup.py install --user -f
-
python setup.py install --user -f
-
python3 setup.py install --user -f
-
python3 setup.py install --user -f
...
@@ -121,7 +122,7 @@ run_probing:
...
@@ -121,7 +122,7 @@ run_probing:
-
'
*.png'
-
'
*.png'
run_sampling
:
run_sampling
:
stage
:
test
stage
:
demo_runs
script
:
script
:
-
python setup.py install --user -f
-
python setup.py install --user -f
-
python3 setup.py install --user -f
-
python3 setup.py install --user -f
...
@@ -132,7 +133,7 @@ run_sampling:
...
@@ -132,7 +133,7 @@ run_sampling:
-
'
*.png'
-
'
*.png'
run_tomography
:
run_tomography
:
stage
:
test
stage
:
demo_runs
script
:
script
:
-
python setup.py install --user -f
-
python setup.py install --user -f
-
python3 setup.py install --user -f
-
python3 setup.py install --user -f
...
@@ -143,7 +144,7 @@ run_tomography:
...
@@ -143,7 +144,7 @@ run_tomography:
-
'
*.png'
-
'
*.png'
run_wiener_filter_data_space_noiseless
:
run_wiener_filter_data_space_noiseless
:
stage
:
test
stage
:
demo_runs
script
:
script
:
-
python setup.py install --user -f
-
python setup.py install --user -f
-
python3 setup.py install --user -f
-
python3 setup.py install --user -f
...
@@ -154,7 +155,7 @@ run_wiener_filter_data_space_noiseless:
...
@@ -154,7 +155,7 @@ run_wiener_filter_data_space_noiseless:
-
'
*.png'
-
'
*.png'
run_wiener_filter_easy.py
:
run_wiener_filter_easy.py
:
stage
:
test
stage
:
demo_runs
script
:
script
:
-
python setup.py install --user -f
-
python setup.py install --user -f
-
python3 setup.py install --user -f
-
python3 setup.py install --user -f
...
@@ -165,7 +166,7 @@ run_wiener_filter_easy.py:
...
@@ -165,7 +166,7 @@ run_wiener_filter_easy.py:
-
'
*.png'
-
'
*.png'
run_wiener_filter_via_curvature.py
:
run_wiener_filter_via_curvature.py
:
stage
:
test
stage
:
demo_runs
script
:
script
:
-
pip install --user numericalunits
-
pip install --user numericalunits
-
pip3 install --user numericalunits
-
pip3 install --user numericalunits
...
@@ -178,7 +179,7 @@ run_wiener_filter_via_curvature.py:
...
@@ -178,7 +179,7 @@ run_wiener_filter_via_curvature.py:
-
'
*.png'
-
'
*.png'
run_wiener_filter_via_hamiltonian.py
:
run_wiener_filter_via_hamiltonian.py
:
stage
:
test
stage
:
demo_runs
script
:
script
:
-
python setup.py install --user -f
-
python setup.py install --user -f
-
python3 setup.py install --user -f
-
python3 setup.py install --user -f
...
@@ -189,7 +190,7 @@ run_wiener_filter_via_hamiltonian.py:
...
@@ -189,7 +190,7 @@ run_wiener_filter_via_hamiltonian.py:
-
'
*.png'
-
'
*.png'
run_ipynb
:
run_ipynb
:
stage
:
test
stage
:
demo_runs
script
:
script
:
-
python setup.py install --user -f
-
python setup.py install --user -f
-
python3 setup.py install --user -f
-
python3 setup.py install --user -f
...
...
This diff is collapsed.
Click to expand it.
nifty5/models/variable.py
+
1
−
1
View file @
0ac48f64
...
@@ -10,7 +10,7 @@ class Variable(Model):
...
@@ -10,7 +10,7 @@ class Variable(Model):
super
(
Variable
,
self
).
__init__
(
position
)
super
(
Variable
,
self
).
__init__
(
position
)
self
.
_value
=
position
self
.
_value
=
position
self
.
_gradient
=
ift
.
ScalingOperator
(
1.
,
position
.
domain
)
self
.
_gradient
=
ScalingOperator
(
1.
,
position
.
domain
)
def
at
(
self
,
position
):
def
at
(
self
,
position
):
return
self
.
__class__
(
position
)
return
self
.
__class__
(
position
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment