Skip to content

Commit 29f5eea

Browse files
committed
pass go
1 parent 43b59ba commit 29f5eea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

structuretoolkit/visualize.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def _get_box_skeleton(cell: np.ndarray):
165165
return all_lines @ cell
166166

167167

168-
def _draw_box_plotly(fig, structure, px):
168+
def _draw_box_plotly(fig, structure, px, go):
169169
cell = structure.cell
170170
data = fig.data
171171
for lines in _get_box_skeleton(cell):
@@ -233,7 +233,7 @@ def _plot3d_plotly(
233233
),
234234
)
235235
if show_cell:
236-
fig = _draw_box_plotly(fig, structure, px)
236+
fig = _draw_box_plotly(fig, structure, px, go)
237237
fig.layout.scene.camera.projection.type = camera
238238
rot = _get_orientation(view_plane).T
239239
rot[0, :] *= distance_from_camera * 1.25

0 commit comments

Comments
 (0)