Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasaarholt committed Jul 18, 2018
1 parent c308045 commit 2e020c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hyperspy/_components/offset.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ def __init__(self, offset=0.):
# Linearity
self.offset._is_linear = True

self._constant_parameters = [self.offset]

def function(self, x, multi=False):
if multi:
o = self.offset.map['values'][...,None]
Expand Down

0 comments on commit 2e020c6

Please sign in to comment.