Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reimplementing validation script as part of dataset creation #190

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

kwanUm
Copy link

@kwanUm kwanUm commented Jul 29, 2024

Reference Issues/PRs

Fixes #188

What does this implement/fix? Explain your changes.

This pull request recreates the flow that formerly existed in engine_validation.py. The primary functionality of this PR is to validate the tests gathered in previous steps to ensure they pass after applying the PR patch.

Key changes include:

  • Introduction of run_validation.py script, which validates the PR gold patch using the PR tests.
  • The script populates two lists in the JSON dataset: FAIL_TO_PASS and PASS_TO_PASS.
  • Enhancements to various scripts to improve logging, error handling, and progress tracking using tqdm.

@kwanUm kwanUm changed the title Validation Reimplementing validation script as part of dataset creation Jul 29, 2024
@kwanUm
Copy link
Author

kwanUm commented Aug 1, 2024

@carlosejimenez would you like to review this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issues with data collection - supported?
1 participant