You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code "rightPatterns = rightPatterns * le.std(self._timeCoords.name)" on 298 line of xMCA.py.
Does it should be "rightPatterns = rightPatterns * re.std(self._timeCoords.name)"?
The code "rightPatterns = rightPatterns * le.std(self._timeCoords.name)" on 298 line of xMCA.py.
Does it should be "rightPatterns = rightPatterns * re.std(self._timeCoords.name)"?