mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-24 17:04:55 +00:00
clean: remove print
This commit is contained in:
parent
e764cdce2d
commit
3054e5f608
1 changed files with 0 additions and 1 deletions
|
|
@ -77,7 +77,6 @@ class OptimizerEvaluator:
|
|||
stderr=stderr,
|
||||
)
|
||||
response, _ = self.validity_pipeline.run(schema)
|
||||
print(response)
|
||||
choice = response.get("Pipeline_root.block.layer[0].unit[CategoricalJudge Judge]_choice", None)
|
||||
return choice == "yes"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue