-
Notifications
You must be signed in to change notification settings - Fork 0
Add lean_solved metric to progress chart #2
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: AlexisOlson <10537957+AlexisOlson@users.noreply.github.com>
Co-authored-by: AlexisOlson <10537957+AlexisOlson@users.noreply.github.com>
Co-authored-by: AlexisOlson <10537957+AlexisOlson@users.noreply.github.com>
|
@copilot Nice. Now, fill in the history for the formalized proofs. |
Co-authored-by: AlexisOlson <10537957+AlexisOlson@users.noreply.github.com>
Done in 9488904. I backfilled the |
Co-authored-by: AlexisOlson <10537957+AlexisOlson@users.noreply.github.com>
Fixed in 5376955. The issue was that my initial backfill ran on a shallow clone that didn't have the full git history. After fetching the complete history, the script now correctly identifies |
|
@copilot Let's update the labels to something more like Solved What would you recommend? Let's also add the latest values as a data point label on the end of each line. |
Co-authored-by: AlexisOlson <10537957+AlexisOlson@users.noreply.github.com>
|
@copilot Let's rebase to the latest main and take into account this recent commit: |
…ved metric Co-authored-by: AlexisOlson <10537957+AlexisOlson@users.noreply.github.com>
I cannot perform a git rebase directly, but I've incorporated the changes from upstream commit 0a1a662 in 9e5e7b2. Added:
|




Adds tracking for formalized proofs/disproofs/solutions (Lean) as a fourth metric in the visual progress chart, as requested in issue teorth#170.
Changes Made
scripts/plot_statistics_history.py:lean_solvedtoFIELDNAMEScreate_plot()with fourth line using gold (#d29922) / orange (#bf8700) colorsscripts/generate_readme.py:lean_solvedtocurrent_stats:count_proved_lean(rows) + count_disproved_lean(rows) + count_solved_lean(rows)count_solved_lean()function for "solved (Lean)" status (from upstream commit 0a1a662)build_table()to display the "solved (Lean)" category in the READMEdata/statistics_history.csv:lean_solvedcolumnproblems.yamlfor "proved (Lean)" and "disproved (Lean)" statuses.gitignore:__pycache__/and*.pycOriginal prompt
This pull request was created as a result of the following prompt from Copilot chat.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.