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
369994b1
Commit
369994b1
authored
Sep 27, 2016
by
theos
Browse files
Added != operator to Space class.
parent
221486b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty/spaces/space/space.py
View file @
369994b1
...
...
@@ -223,6 +223,9 @@ class Space(object):
else
:
return
False
def
__ne__
(
self
,
x
):
return
not
self
.
__eq__
(
x
)
@
abc
.
abstractproperty
def
harmonic
(
self
):
raise
NotImplementedError
...
...
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