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
7c4c2af0
Commit
7c4c2af0
authored
Jun 25, 2018
by
Martin Reinecke
Browse files
fix
parent
b2675597
Pipeline
#31768
failed with stages
in 54 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
nifty5/multi/multi_domain.py
View file @
7c4c2af0
...
...
@@ -82,6 +82,9 @@ class MultiDomain(frozendict):
def
__ne__
(
self
,
x
):
return
not
self
.
__eq__
(
x
)
def
__hash__
(
self
):
return
super
(
MultiDomain
,
self
).
__hash__
()
def
compatibleTo
(
self
,
x
):
if
not
isinstance
(
x
,
MultiDomain
):
x
=
MultiDomain
.
make
(
x
)
...
...
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