whitespaces

This commit is contained in:
Max Zwiessele 2014-03-13 09:00:31 +00:00
parent 58523eaa3a
commit 8f7d8537b7
2 changed files with 14 additions and 15 deletions

View file

@ -16,7 +16,7 @@ Observable Pattern for patameterization
from transformations import Transformation, Logexp, NegativeLogexp, Logistic, __fixed__, FIXED, UNFIXED from transformations import Transformation, Logexp, NegativeLogexp, Logistic, __fixed__, FIXED, UNFIXED
import numpy as np import numpy as np
__updated__ = '2014-03-12' __updated__ = '2014-03-13'
class HierarchyError(Exception): class HierarchyError(Exception):
""" """

View file

@ -101,7 +101,6 @@ class Parameterized(Parameterizable, Pickleable):
return G return G
return node return node
def _getstate(self): def _getstate(self):
""" """
Get the current state of the class, Get the current state of the class,