Skip to content
GitLab
Menu
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
d0d2abd8
Commit
d0d2abd8
authored
Oct 17, 2018
by
Philipp Arras
Browse files
Fail earlier
parent
9a00ce57
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty5/library/inverse_gamma_model.py
View file @
d0d2abd8
...
...
@@ -58,7 +58,7 @@ class InverseGammaModel(Operator):
distance between sampling points for linear interpolation.
"""
self
.
_domain
=
self
.
_target
=
DomainTuple
.
make
(
domain
)
self
.
_alpha
,
self
.
_q
,
self
.
_delta
=
alpha
,
q
,
delta
self
.
_alpha
,
self
.
_q
,
self
.
_delta
=
float
(
alpha
)
,
float
(
q
),
float
(
delta
)
def
apply
(
self
,
x
):
self
.
_check_input
(
x
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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