We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e50d75 commit de76464Copy full SHA for de76464
1 file changed
src/BioSimSpace/FreeEnergy/_relative.py
@@ -943,7 +943,6 @@ def _somd_extract(simfile, T=None, estimator="MBAR"):
943
)
944
945
time_step = sim_length / len(file_df["step"])
946
- time_rows = _np.arange(0, len(file_df["step"]), 1)
947
time = _np.arange(0, sim_length, time_step)
948
949
# For MBAR, results in list of lists where each list is the 0 to 1
0 commit comments