Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Oct 28, 2023
1 parent 4e57edc commit 324e020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def load_default(

def linker_generation(
self,
*groups: List[Union[str, dm.Mol]],
*groups: Union[str, dm.Mol],
n_samples_per_trial: int = 10,
n_trials: Optional[int] = 1,
sanitize: bool = False,
Expand Down

0 comments on commit 324e020

Please sign in to comment.