Skip to content

Commit

Permalink
fixing stray )
Browse files Browse the repository at this point in the history
  • Loading branch information
atravitz committed Oct 9, 2024
1 parent 2ca7c6e commit 912fffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion showcase/openfe_showcase.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
"# Visualize the mapping in 3D\n",
"from openfe.utils import visualization_3D\n",
"\n",
"visualization_3D.view_mapping_3d(lomap_mapping, show_atomIDs=True))"
"visualization_3D.view_mapping_3d(lomap_mapping, show_atomIDs=True)"
]
},
{
Expand Down

0 comments on commit 912fffb

Please sign in to comment.