Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation messages in update_aws #90

Open
k1o0 opened this issue Nov 13, 2024 · 0 comments
Open

Deprecation messages in update_aws #90

k1o0 opened this issue Nov 13, 2024 · 0 comments

Comments

@k1o0
Copy link
Contributor

k1o0 commented Nov 13, 2024

/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):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant