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
ea6c6e12
Commit
ea6c6e12
authored
Feb 02, 2017
by
Theo Steininger
Browse files
Small fixes.
parent
7513daa3
Pipeline
#9929
failed with stage
in 8 minutes and 53 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty/plotting/plottable.py
View file @
ea6c6e12
from
abc
import
ABCMeta
,
abstractmethod
class
Plottable
:
class
Plottable
(
object
)
:
__metaclass__
=
ABCMeta
@
abstractmethod
...
...
nifty/spaces/space/space.py
View file @
ea6c6e12
...
...
@@ -151,6 +151,7 @@ from keepers import Loggable,\
from
nifty.plotting
import
Plottable
class
Space
(
Versionable
,
Loggable
,
Plottable
,
object
):
"""
.. __ __
...
...
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