mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-06 03:27:44 +00:00
fix: add DSExperiment type check and directory validation in log proc… (#535)
* fix: Add DSExperiment type check and directory validation in log processing * style: Reformat FileNotFoundError message for readability
This commit is contained in:
@@ -109,8 +109,8 @@ class LoopBase:
|
||||
step_n -= 1
|
||||
|
||||
li, si = self.loop_idx, self.step_idx
|
||||
|
||||
name = self.steps[si]
|
||||
logger.info(f"Start Loop {li}, Step {si}: {name}")
|
||||
with logger.tag(f"Loop_{li}.{name}"):
|
||||
start = datetime.datetime.now(datetime.timezone.utc)
|
||||
func = getattr(self, name)
|
||||
|
||||
Reference in New Issue
Block a user