Skip to content

Commit 31e06c8

Browse files
committed
Fix print message
1 parent 1c9fe85 commit 31e06c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pybromo/timestamps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def _make_photon_hdf5(self, identity=None):
383383
detectors_specs = dict(spectral_ch1 = np.atleast_1d(0),
384384
spectral_ch2 = np.atleast_1d(1))))
385385
if self.pos is not None:
386-
print('positio')
386+
print('Saving particle positions in /photon_data/user/positions')
387387
photon_data['user'] = dict(positions=self.pos)
388388

389389
setup = dict(

0 commit comments

Comments
 (0)