Skip to content

Commit

Permalink
Merge pull request #1045 from pyiron/structure_toolkit_bugfix
Browse files Browse the repository at this point in the history
Bug fix for structure toolkit interface
  • Loading branch information
jan-janssen committed May 16, 2023
2 parents 7af75e2 + ac208fe commit e21c224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiron_atomistics/atomistics/structure/pyscal.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def analyse_find_solids(
"""
state.publications.add(publication())
return stk.analyse_find_solids(
atoms=structure,
structure=structure,
neighbor_method=neighbor_method,
cutoff=cutoff,
bonds=bonds,
Expand Down

0 comments on commit e21c224

Please sign in to comment.