mirror of
https://github.com/OpenFreeEnergy/openfe.git
synced 2026-06-04 14:14:22 +08:00
fix deprecation warning on view_components_3d (#1750)
This commit is contained in:
@@ -137,7 +137,6 @@ def view_components_3d(
|
||||
py3Dmol.view
|
||||
view containing all component coordinates
|
||||
"""
|
||||
warnings.warn("Use gufe.LigandAtomMapping.view_3d() instead.", DeprecationWarning)
|
||||
|
||||
if view is None:
|
||||
view = py3Dmol.view(width=600, height=600)
|
||||
|
||||
Reference in New Issue
Block a user