I haven't found a workaround to make the incremental_component_reconstruction method work (in optimized package) with numba the issue and because of it it's quite slow to execute...
Has anyone encountered and found a solution for this issue: numba "LoweringError: Operands must be the same type, got (i64, i32)" which appears when initializing the "components" array "components = np.zeros((P, N, rank))" ?
I haven't found a workaround to make the incremental_component_reconstruction method work (in optimized package) with numba the issue and because of it it's quite slow to execute...
Has anyone encountered and found a solution for this issue: numba "LoweringError: Operands must be the same type, got (i64, i32)" which appears when initializing the "components" array "components = np.zeros((P, N, rank))" ?