Skip to content

Commit e1ca58b

Browse files
committed
Remove redundant parameter. [ci skip]
1 parent 7873677 commit e1ca58b

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/ghostly/_ghostly.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ def modify(system, k_hard=100, k_soft=5, optimise_angles=True, num_optimise=10):
249249
b,
250250
bridges0[b],
251251
physical0[b],
252-
connectivity0,
253252
modifications,
254253
k_hard=k_hard,
255254
k_soft=k_soft,
@@ -305,7 +304,6 @@ def modify(system, k_hard=100, k_soft=5, optimise_angles=True, num_optimise=10):
305304
b,
306305
bridges1[b],
307306
physical1[b],
308-
connectivity1,
309307
modifications,
310308
k_hard=k_hard,
311309
k_soft=k_soft,
@@ -702,7 +700,6 @@ def _triple(
702700
bridge,
703701
ghosts,
704702
physical,
705-
connectivity,
706703
modifications,
707704
k_hard=100,
708705
k_soft=5,
@@ -738,9 +735,6 @@ def _triple(
738735
physical : List[sire.legacy.Mol.AtomIdx]
739736
The list of physical atoms connected to the bridge atom.
740737
741-
connectivity : sire.legacy.MM.Connectivity
742-
The connectivity of the molecule at the relevant end state.
743-
744738
modifications : dict
745739
A dictionary to store details of the modifications made.
746740
@@ -1302,7 +1296,6 @@ def _higher(
13021296
bridge,
13031297
ghosts,
13041298
physical,
1305-
connectivity,
13061299
modifications,
13071300
k_hard=k_hard,
13081301
k_soft=k_soft,

0 commit comments

Comments
 (0)