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

[3.17] : DeprecationWarning: SelectableGroups dict interface is deprecated. #680

Open
picca opened this issue Jan 17, 2024 · 0 comments
Open

Comments

@picca
Copy link

picca commented Jan 17, 2024

I put here the warning I got during the unit test on Debian with Python 3.12, just to remember :)

../../../usr/lib/python3/dist-packages/dxtbx/model/profile.py:7
  /usr/lib/python3/dist-packages/dxtbx/model/profile.py:7: DeprecationWarning: SelectableGroups dict interface is deprecated. Use select.
    profile_entry_points = importlib.metadata.entry_points()["dxtbx.profile_model"]

../../../usr/lib/python3/dist-packages/dxtbx/model/experiment_list.py:63
  /usr/lib/python3/dist-packages/dxtbx/model/experiment_list.py:63: DeprecationWarning: SelectableGroups dict interface is deprecated. Use select.
    scaling_model_entry_points = importlib.metadata.entry_points()[
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