1
0
Fork 0
master
Pietro 4 years ago
parent a7794f9f2c
commit 249c19aa63
  1. 5
      PyCTBN/PyCTBN/structure_graph/trajectory_generator.py

@ -62,10 +62,5 @@ class TrajectoryGenerator(object):
new_row.loc[0].at["Time"] = round(t, 4) new_row.loc[0].at["Time"] = round(t, 4)
sigma = sigma.append(new_row, ignore_index = True) 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 # undefine variable time
time[next] = np.NaN time[next] = np.NaN