diff --git a/PyCTBN/PyCTBN/structure_graph/trajectory_generator.py b/PyCTBN/PyCTBN/structure_graph/trajectory_generator.py index faabb66..7990f1d 100644 --- a/PyCTBN/PyCTBN/structure_graph/trajectory_generator.py +++ b/PyCTBN/PyCTBN/structure_graph/trajectory_generator.py @@ -62,10 +62,5 @@ class TrajectoryGenerator(object): new_row.loc[0].at["Time"] = round(t, 4) sigma = sigma.append(new_row, ignore_index = True) - """ sup = sigma.loc[len(sigma) - 1] - sup.at[self._vnames[next]] = 1 - sup.at[self._vnames[next]] - sup.at["Time"] = round(t, 4) - sigma.loc[len(sigma)] = sup """ - # undefine variable time time[next] = np.NaN \ No newline at end of file