results: add RH-SWE-bench image, move At a glance to top, RH-SWE-bench first - #315
Merged
Merged
Conversation
…h first - Add site/assets/rh_swe_bench.png (Harbor SWE-bench Verified run overview) - results.html: move 'At a glance' diagram section to top of page (before all benchmark sections) so readers see the summary first - results.html: move RH-SWE-bench section to be the first full result, before toy_calc and tau2-bench sections - results.html: embed rh_swe_bench.png in the RH-SWE-bench section - results.html: update TOC order to match new section order (At a glance → RH-SWE-bench → toy_calc → tau2 → SkillsBench) - results.html: update og:image / twitter:image meta to rh_swe_bench.png - README.md: add RH-SWE-bench row to results table (first row) - README.md: add rh_swe_bench.png image and ASCII 'At a glance' diagram to the Results section
Signed-off-by: Osher Elhadad <osher.elhadad@live.biu.ac.il>
When pytest collects from the repo root with the default prepend import mode, both skills/algorithms/evograph/dashboard/backend/tests/test_app_security.py plugins/cap-evolve/skills/algorithms/evograph/dashboard/backend/tests/test_app_security.py resolve to the same Python module name (test_app_security) because neither tree has __init__.py files all the way up. pytest caches the first import under sys.modules['test_app_security'] and reuses it for the second, so the second file's fixtures (including 'client') are never registered — causing six 'fixture not found' errors in the full suite while the tests pass in isolation. Add a root conftest.py that excludes the skills/ copy (the source template) from collection, leaving only the plugins/ copy (the deployed version) in the suite. The plugins/ copy's 7 tests all pass.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR makes three changes to the Results page and README:
site/results.html
rh_swe_bench.pngis embedded in the RH-SWE-bench section below the results tablerh_swe_bench.pngsite/assets/rh_swe_bench.png
README.md