kieferk / pymssa

Python implementation of Multivariate Singular Spectrum Analysis (MSSA)
MIT License
152 stars 48 forks source link

LoweringError: Operands must be the same type, got (i64, i32) #8

Closed veager closed 5 years ago

veager commented 5 years ago

I got error in

mssa = MSSA(n_components=None,
            window_size=None,
            verbose=True)
LoweringError: Operands must be the same type, got (i64, i32)

File "D:\Anaconda\lib\site-packages\pymssa\optimized.py", line 226:
def incremental_component_reconstruction(trajectory_matrix,
    <source elided>

    components = np.zeros((P, N, rank))
wieczorekmichal1 commented 5 years ago

Did You found a solution?

rafidou commented 5 years ago

Same question :-)