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
29f79312
Commit
29f79312
authored
Sep 26, 2019
by
Martin Reinecke
Browse files
typos
parent
9f4a257d
Pipeline
#61047
passed with stages
in 8 minutes and 39 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty5/domains/log_rg_space.py
View file @
29f79312
...
...
@@ -93,7 +93,7 @@ class LogRGSpace(StructuredDomain):
Returns
-------
LogRGSpace
The parter domain
The part
n
er domain
"""
codomain_bindistances
=
1.
/
(
self
.
bindistances
*
self
.
shape
)
return
LogRGSpace
(
self
.
shape
,
codomain_bindistances
,
self
.
_t_0
,
not
self
.
harmonic
)
...
...
nifty5/domains/rg_space.py
View file @
29f79312
...
...
@@ -181,7 +181,7 @@ class RGSpace(StructuredDomain):
Returns
-------
RGSpace
The parter domain
The part
n
er domain
"""
distances
=
1.
/
(
np
.
array
(
self
.
shape
)
*
np
.
array
(
self
.
distances
))
return
RGSpace
(
self
.
shape
,
distances
,
not
self
.
harmonic
)
...
...
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