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
/home/datauser/Documents/PYTHON/ONE/one/alf/files.py:10: FutureWarning: `one.alf.files` will be removed in version 3.0. Use `one.alf.path` instead.
warnings.warn(
/home/datauser/Documents/PYTHON/alyx/alyx/data/management/commands/update_aws.py:87: FutureWarning: The argument 'infer_datetime_format' is deprecated and will be removed in a future version. A strict version of it is now the default, see https://pandas.pydata.org/pdeps/0004-consistent-to-datetime-parsing.html. You can safely remove this argument.
if not sync_times.exists() or (syncs := loader(sync_times)).empty:
/home/datauser/Documents/PYTHON/alyx/alyx/data/management/commands/update_aws.py:118: FutureWarning: 'T' is deprecated and will be removed in a future version, please use 'min' instead.
query.add(Q(dataset__auto_datetime__gt=last_sync.floor(freq='T')), Q.OR)
/home/datauser/Documents/PYTHON/alyx/alyx/data/management/commands/update_aws.py:87: FutureWarning: The argument 'infer_datetime_format' is deprecated and will be removed in a future version. A strict version of it is now the default, see https://pandas.pydata.org/pdeps/0004-consistent-to-datetime-parsing.html. You can safely remove this argument.
if not sync_times.exists() or (syncs := loader(sync_times)).empty:
/home/datauser/Documents/PYTHON/alyx/alyx/data/management/commands/update_aws.py:172: FutureWarning: The 'axis' keyword in DataFrame.groupby is deprecated and will be removed in a future version.
for eid, rec in df.groupby('eid', axis=0):
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: