Skip to content

Commit 11da979

Browse files
committed
Fix typo in kwarg.
1 parent ade39b7 commit 11da979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_dummy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def test_generate_angle_anchor_dummy_group_assignments():
147147

148148
# Test that providing an empty core and a None bond anchor results in a None angle anchor
149149
anchored_dummy_group_assignments = generate_anchored_dummy_group_assignments(
150-
{None: {0, 1, 2, 3, 4}}, g_a, g_b, core_a=[], core_b=[]
150+
{None: {0, 1, 2, 3, 4}}, g_a, g_b, core_atoms_a=[], core_atoms_b=[]
151151
)
152152

153153
anchored_dummy_group_assignments = list(anchored_dummy_group_assignments)

0 commit comments

Comments
 (0)