Runtime error in manual ingestion from evaluation file #344
Labels
No labels
automation
backend
bug
contributor experience
data
deployment
documentation
duplicate
good first issue
help wanted
nice to have
notifications
package maintainer
performance
skin
tech debt
user story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-community/nix-security-tracker#344
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When trying to run a complete data setup from scratch, there's a runtime error that prevents from parsing most of the evaluation file.
To reproduce, run from the root of the project the following command (CONTRIBUTING.md mentions how to get the evaluation.jsonl file):
manage ingest_manual_evaluation cd17fb8b3bfd63bf4a54512cfdd987887e1f15eb nixos-unstable ./contrib/evaluation.jsonl
I didn't look too deep into how to fix this, but applying the following patch allows the user to run the command without runtime errors:
If this workaround is considered ok-ish, I can submit it as a PR.