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
I get this with python 3.13.2, re 2.2.1, and xmitgcm 0.5.2:
>> from xmitgcm import open_mdsdataset
/Users/mlosch/miniconda3/envs/mitgcm/lib/python3.13/site-packages/xmitgcm/mds_store.py:812: SyntaxWarning: invalid escape sequence '\.'
if not re.search('\.\d{10}\.', fname):