Skip to content

Commit 39249c3

Browse files
committed
Save context after generating groundtruth in generateGroundtruth function
1 parent 52eed37 commit 39249c3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cmd/generate/pipeline.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,8 @@ func (h *generateCommandHandler) generateGroundtruth(context *PromptPexContext)
385385
}
386386
test.Groundtruth = &output
387387
test.GroundtruthModel = groundtruthModel
388+
389+
h.SaveContext(context) // Save context after generating groundtruth
388390
}
389391

390392
}

0 commit comments

Comments
 (0)