Skip to content

Commit

Permalink
Corrected error creating new structures
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsaxe committed Nov 10, 2023
1 parent 1554482 commit 3a5d8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion from_smiles_step/from_smiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def run(self):
notation = P["notation"]

# Get the system
system, configuration = self.get_system_configuration(P)
system, configuration = self.get_system_configuration(P, same_as=None)

# Create the structure in the given configuration
text = P["smiles string"]
Expand Down

0 comments on commit 3a5d8e9

Please sign in to comment.