mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-31 17:27:42 +00:00
fix a small bug (#524)
This commit is contained in:
@@ -89,7 +89,7 @@ class DataScienceRDLoop(RDLoop):
|
||||
def running(self, prev_out: dict[str, Any]):
|
||||
exp: DSExperiment = prev_out["coding"]
|
||||
if exp.next_component_required() is None:
|
||||
new_exp = self.runner.run(exp)
|
||||
new_exp = self.runner.develop(exp)
|
||||
logger.log_object(new_exp, tag="running")
|
||||
return new_exp
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user