Skip to content

Commit

Permalink
removed universe from metadata for ease of use
Browse files Browse the repository at this point in the history
  • Loading branch information
rsexton2 committed Feb 21, 2024
1 parent 7b8af16 commit aec46e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basicrta/contacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def run(self):
mapsize = sum(lens)
bounds = np.concatenate([[0], np.cumsum(lens)])
dtype = np.dtype(np.float64,
metadata={'top': self.u.topology.filename,
metadata={'top': self.u.filename,
'traj': self.u.trajectory.filename,
'ag1': ag1, 'ag2': ag2,
'ts': self.u.trajectory.dt/1000})
Expand Down

0 comments on commit aec46e5

Please sign in to comment.