Hdfreader #31

Merged
markusro merged 3 commits from hdfreader into main 2026-07-06 18:45:46 +00:00
Showing only changes of commit 3bfb2670eb - Show all commits
+2 -4
View File
@@ -96,12 +96,10 @@ class Experiment:
#for tracking the experiment length:
#because loops are possible we need to track the length for each loop level
self.total_time=[]
self.total_time.append(0.0)
self.total_time=[0.0]
#and we need to know the number of iterations of the loops to multiply the state.
self.loop_iterations=[]
self.loop_iterations.append(1)
self.loop_iterations=[1]
# Commands -------------------------------------------------------------------------------------