Skip to content

Commit

Permalink
Merge pull request #40 from MPI-Dortmund/save_coords_bug
Browse files Browse the repository at this point in the history
remove prints
  • Loading branch information
thorstenwagner authored Jul 20, 2023
2 parents 5e1405b + 830f84d commit bf4f159
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/box_manager/io/io_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,6 @@ def _write_particle_data(
coordinates = data[mask]

if "size" in meta:
print(meta["size"][mask])
print(meta["size"][mask].shape)
boxsize = meta["size"][mask]
else:
# For filaments
Expand Down

0 comments on commit bf4f159

Please sign in to comment.