Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion openfe/utils/visualization_3D.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading