Update differential.py
This commit is contained in:
parent
22de024b8f
commit
acd007d680
@ -1,3 +1,4 @@
|
||||
import numpy as np
|
||||
from pyFTS.common.transformations.transformation import Transformation
|
||||
|
||||
|
||||
@ -77,4 +78,4 @@ class Differential(Transformation):
|
||||
if n == 1:
|
||||
return inc[0]
|
||||
else:
|
||||
return inc
|
||||
return inc
|
||||
|
Loading…
Reference in New Issue
Block a user