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/travis/miniconda/envs/test/lib/python3.6/site-packages/openmmtools/states.py:2819: UserWarning: The signature IComposableState._on_setattr(self, standard_system, attribute_name) has been deprecated, and future versions of openmmtools will support only the new one: _on_setattr(self, standard_system, attribute_name, old_composable_state).
'new one: {}.'.format(old_signature, new_signature))
/home/travis/miniconda/envs/test/lib/python3.6/site-packages/openmmtools/states.py:2819: UserWarning: The signature IComposableState._on_setattr(self, standard_system, attribute_name) has been deprecated, and future versions of openmmtools will support only the new one: _on_setattr(self, standard_system, attribute_name, old_composable_state).
'new one: {}.'.format(old_signature, new_signature))
/home/travis/miniconda/envs/test/lib/python3.6/site-packages/openmmtools/states.py:2819: UserWarning: The signature IComposableState._on_setattr(self, standard_system, attribute_name) has been deprecated, and future versions of openmmtools will support only the new one: _on_setattr(self, standard_system, attribute_name, old_composable_state).
'new one: {}.'.format(old_signature, new_signature))
/home/travis/miniconda/envs/test/lib/python3.6/site-packages/openmmtools/states.py:2819: UserWarning: The signature IComposableState._on_setattr(self, standard_system, attribute_name) has been deprecated, and future versions of openmmtools will support only the new one: _on_setattr(self, standard_system, attribute_name, old_composable_state).
'new one: {}.'.format(old_signature, new_signature))
/home/travis/miniconda/envs/test/lib/python3.6/site-packages/openmmtools/states.py:2819: UserWarning: The signature IComposableState._on_setattr(self, standard_system, attribute_name) has been deprecated, and future versions of openmmtools will support only the new one: _on_setattr(self, standard_system, attribute_name, old_composable_state).
'new one: {}.'.format(old_signature, new_signature))
The text was updated successfully, but these errors were encountered:
This is expected with the latest release. It's something that should be fixed in YANK. I'll edit the title to remind us to remove the deprecation warning and stop supporting the old signature in the next release.
andrrizzi
changed the title
Address deprecation warning on IComposableState
Drop support for old signature of IComposableState._on_setattr in 0.18
Jan 28, 2019
I've already fixed it there in choderalab/yank#1136. I'm keeping this open with the title changed because it's something we need to remember to do in the next release.
andrrizzi
changed the title
Drop support for old signature of IComposableState._on_setattr in 0.18
Drop support for old signature of IComposableState._on_setattr in 0.19
Jul 19, 2019
YANK tests are emitting the following deprecation warning, which appears to be due to some changes required within
openmmtools
:The text was updated successfully, but these errors were encountered: