Commit c53d7d9c authored by Youcef Aouad's avatar Youcef Aouad
Browse files

bug results fixed for data

No related merge requests found
Pipeline #57805 passed with stages
in 58 seconds
Showing with 4 additions and 4 deletions
+4 -4
......@@ -650,7 +650,7 @@ class AdisTSlc(AdisTS):
pi_tmp = []
reach_tmp = []
for i in range(ismax):
for i in range(ismax-1):
#print("first i: ", i)
reach = ip_to_r(i)
reach_tmp.append(reach)
......@@ -665,14 +665,14 @@ class AdisTSlc(AdisTS):
#print("pol results: ", type(list(data_tmp[pol][t_data].values())))
pol_view.append(tuple(list(data_tmp[pol][t_data].values())))
#reach.set(p_i, t_data, "pols", pol_view)
reach.set(p_i, t_data, "pols", pol_view)
print("pi_tmp: ", pi_tmp)
print("pol view: ", pol_view)
print("reach from i: ", reach_tmp)
#print("pol view: ", pol_view)
#print("results: ", results)
#results.set("timestamps", set(timestamps_keys))
results.set("timestamps", set(timestamps_keys))
#print("------------------------set timestamps results meta data: ", set(timestamps_keys))
@timer
......
......@@ -107,7 +107,7 @@ class ResultsWindowAdisTS(PamhyrWindow):
try:
#print("timestamps results: ", self._results)
#self._timestamps = sorted(list(self._results.get("timestamps")))
self._timestamps = sorted(list(self._results.get("timestamps")))
print("setup table adists results")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment