Skip to content

Commit de76464

Browse files
committed
Remove redundant variable.
1 parent 2e50d75 commit de76464

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/BioSimSpace/FreeEnergy/_relative.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,6 @@ def _somd_extract(simfile, T=None, estimator="MBAR"):
943943
)
944944

945945
time_step = sim_length / len(file_df["step"])
946-
time_rows = _np.arange(0, len(file_df["step"]), 1)
947946
time = _np.arange(0, sim_length, time_step)
948947

949948
# For MBAR, results in list of lists where each list is the 0 to 1

0 commit comments

Comments
 (0)