Closed mikeedjones closed 1 month ago
@XenonMolecule Can you investigate?
@mikeedjones can you see if #1581 works for you? I tested on a few internal programs by simulating an exception during bootstrapping, but I would love to know if this fixes your real test case.
Any error raised whilst generating bootstrap examples is handled and sets
demo_candidates = None
which causes a type error with
grounded_proposer
.Not sure if this should be fixed by either:
demo_candidates={}
inMIPRO_v2
demo_candidates is None
inproposer.propose_instructions_for_program
Or something else :)