Closed descho00 closed 7 months ago
A new timestep set by traj.dt = <timestep> does not affect traj.times.
traj.dt = <timestep>
traj.times
import amep traj = amep.load.traj(<path-to-traj>) traj.dt = <timestep> print(traj.times)
No response
AMEP: 1.0.0 Python: 3.12.2
conda
@descho00 Thank you for reporting this bug! The fix will be part of patch release v1.0.1.
Description:
A new timestep set by
traj.dt = <timestep>
does not affecttraj.times
.Code for reproduction:
Error message:
No response
Python and AMEP versions:
AMEP: 1.0.0 Python: 3.12.2
Additional information:
No response
How did you install AMEP?
conda