Skip to content

Commit

Permalink
Merge pull request #12 from invrs-io/fix
Browse files Browse the repository at this point in the history
Small fixes
  • Loading branch information
mfschubert authored Jul 9, 2024
2 parents 31b6f2b + 28c5cd3 commit 73d0945
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Solutions can also be provided as csv files.
- Add your solution to the appropriate directory, following the filename convention (e.g. `challenges/{CHALLENGE_NAME}/solutions/{YYMMDD}_{GITHUB_USERNAME}_{SOLUTION_ID}.json`)
- Modify the `README.md` in the challenge directory to include your submission. Please link any publication or code that is relevant.
- Run `python scripts/eval.py`, which will detect new designs and add them to the appropriate leaderboard files
- Submit a PR for review
- Submit a PR for review. A github action will re-run the evaluation of your designs and ensure they match the leaderboard updates.
6 changes: 3 additions & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Book settings
# Learn more at https://jupyterbook.org/customize/config.html

title: invrs_gym
title: leaderboard
author: Martin F. Schubert

# Force re-execution of notebooks on each build.
Expand All @@ -24,11 +24,11 @@ html:
use_edit_page_button: true
use_repository_button: true
use_issues_button: true
baseurl: https://github.com/invrs-io/gym
baseurl: https://github.com/invrs-io/leaderboard

# Information about where the book exists on the web
repository:
url: https://github.com/invrs-io/gym
url: https://github.com/invrs-io/leaderboard
path_to_book: docs # Optional path to your book, relative to the repository root
branch: main # Which branch of the repository should be used when creating links (optional)

Expand Down
6 changes: 5 additions & 1 deletion docs/notebooks/photon_extractor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
"cell_type": "code",
"execution_count": null,
"id": "f8c178cb",
"metadata": {},
"metadata": {
"tags": [
"hide-cell"
]
},
"outputs": [],
"source": [
"import os\n",
Expand Down

0 comments on commit 73d0945

Please sign in to comment.