Skip to content

Commit

Permalink
remove wrong "
Browse files Browse the repository at this point in the history
  • Loading branch information
Leimeroth committed Nov 13, 2024
1 parent 9ef6d6d commit 9f0a606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyiron_atomistics/lammps/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,8 @@ def save_output(
}
)
else:
logger.warning("
"The number of atoms changed during the simulation. This can be a sign of massive issues in your simulation."
logger.warning(
"The number of atoms changed during the simulation. This can be a sign of massive issues in your simulation.\n"
"Not storing 'output/structure' to HDF"
)
self.project_hdf5.write_dict_to_hdf(data_dict=hdf_dict)
Expand Down

0 comments on commit 9f0a606

Please sign in to comment.