Skip to content
Snippets Groups Projects
Commit 65eacff1 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fixes #3

parent 9b4ef983
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,6 @@ class ModuloSeries(Series): ...@@ -28,7 +28,6 @@ class ModuloSeries(Series):
self.intertrans = -self.series.domain.start self.intertrans = -self.series.domain.start
def _get_for(self, item): def _get_for(self, item):
item += self.intertrans item += self.intertrans
if item < 0: if item < 0:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment