In the estimator SxPID, the function is_parallel signiture misses the self parameter, which caused me a big issue when using it with MultivariateTE ``` def is_parallel(): return False ```