From 249c19aa636d3c98f472f2bc4b267dd17a139140 Mon Sep 17 00:00:00 2001 From: Pietro Date: Fri, 19 Mar 2021 14:09:10 +0100 Subject: [PATCH] Bugfix --- PyCTBN/PyCTBN/structure_graph/trajectory_generator.py | 5 ----- 1 file changed, 5 deletions(-) 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