Skip to content

Commit

Permalink
Fixed printing
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsaxe committed Jul 27, 2023
1 parent 083fccf commit bff25db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion read_structure_step/formats/xyz/xyz.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ def load_xyz(
t1 = time.time()
rate = structure_no / (t1 - t0)
printer(
f" Read {structure_no - n_errors - 1} structures in {t1 - t0:.1f} "
f" Read {structure_no - n_errors} structures in {t1 - t0:.1f} "
f"seconds = {rate:.2f} per second"
)
if n_errors > 0:
Expand Down

0 comments on commit bff25db

Please sign in to comment.