Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Nov 22, 2024
1 parent b6dc30d commit 660af04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nglview/tests/test_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ def __init__(self):
def get_coordinates(self, frame):
return np.random.rand(10, 3, 3)

def get_structure_string(self):
return 'hello'

return MockedTraj()


Expand Down

0 comments on commit 660af04

Please sign in to comment.