Skip to content

Commit

Permalink
Delete scalar cast for _FakeSequence
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Aug 13, 2024
1 parent 8fdd87e commit 519f95c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/oemof/solph/_plumbing.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@ def size(self):
def size(self, value):
self._length = value

def __int__(self):
return int(self._value)

def __float__(self):
return float(self._value)

def __getitem__(self, _):
return self._value

Expand Down

0 comments on commit 519f95c

Please sign in to comment.