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
Got a TypeError when running msnoise cc stack due to xarray resampling method having compatibility issues with new pandas 2 update.
"/home/yatesal/.local/lib/python3.8/site-packages/xarray/core/common.py", line 1167, in resample grouper = pd.Grouper( File "/home/yatesal/.local/lib/python3.8/site-packages/pandas/core/resample.py", line 1663, in __init__ super().__init__(freq=freq, axis=axis, **kwargs) TypeError: __init__() got an unexpected keyword argument 'base'
Downgrading pandas to 1.5.3 resolves this error.
The text was updated successfully, but these errors were encountered:
Got a TypeError when running msnoise cc stack due to xarray resampling method having compatibility issues with new pandas 2 update.
"/home/yatesal/.local/lib/python3.8/site-packages/xarray/core/common.py", line 1167, in resample grouper = pd.Grouper( File "/home/yatesal/.local/lib/python3.8/site-packages/pandas/core/resample.py", line 1663, in __init__ super().__init__(freq=freq, axis=axis, **kwargs) TypeError: __init__() got an unexpected keyword argument 'base'
Downgrading pandas to 1.5.3 resolves this error.
The text was updated successfully, but these errors were encountered: