mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
Fix loop bug (#122)
This commit is contained in:
@@ -90,7 +90,7 @@ class LoopBase:
|
||||
except self.skip_loop_error as e:
|
||||
logger.warning(f"Skip loop {li} due to {e}")
|
||||
self.loop_idx += 1
|
||||
self.step_index = 0
|
||||
self.step_idx = 0
|
||||
continue
|
||||
|
||||
end = datetime.datetime.now(datetime.timezone.utc)
|
||||
|
||||
Reference in New Issue
Block a user