Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NIFTy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ift
NIFTy
Commits
437c3994
Commit
437c3994
authored
Jun 21, 2019
by
Philipp Arras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add more information to __repr__ in LogRGSpaces
parent
28c6c7b6
Pipeline
#50982
passed with stages
in 17 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
nifty5/domains/log_rg_space.py
nifty5/domains/log_rg_space.py
+2
-2
No files found.
nifty5/domains/log_rg_space.py
View file @
437c3994
...
...
@@ -80,8 +80,8 @@ class LogRGSpace(StructuredDomain):
return
np
.
array
(
self
.
_t_0
)
def
__repr__
(
self
):
return
(
"LogRGSpace(shape={}, harmonic={})"
.
format
(
self
.
shape
,
self
.
harmonic
))
return
(
"LogRGSpace(shape={},
bindistances={}, t_0={},
harmonic={})"
.
format
(
self
.
shape
,
self
.
bindistances
,
self
.
t_0
,
self
.
harmonic
))
def
get_default_codomain
(
self
):
"""Returns a :class:`LogRGSpace` object representing the (position or
...
...
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