From 0c6be5a3718c738d68c7a5db9975265416f060b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20H=C3=B6gstedt?= <marin.hogstedt@hotmail.com> Date: Tue, 11 Jun 2024 13:29:50 +0200 Subject: [PATCH] this feature is not broken, its load cycle that this feature uses --- src/simudator/core/processor.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/simudator/core/processor.py b/src/simudator/core/processor.py index 854ee85..876b627 100644 --- a/src/simudator/core/processor.py +++ b/src/simudator/core/processor.py @@ -287,9 +287,6 @@ class Processor: cycle_index = cycle - self.removed_cycles if cycle_index < 0: - print("cycle index: ", cycle_index) - print("cycle: ", cycle) - print("removed: ", self.removed_cycles) raise ValueError("The cycle to be loaded is not saved") try: -- GitLab