Skip to content

Commit

Permalink
point core to relevant branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Katherine Fairchild committed Oct 12, 2023
1 parent a8c2c0f commit 7320397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion brainscore_language/submission/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def score(self, model_identifier: str, benchmark_identifier: str) -> Score:


def send_email_to_submitter(uid: int, domain: str, pr_number: str,
mail_username: str, mail_password:str ) -> str:
mail_username: str, mail_password:str ):
""" Send submitter an email if their web-submitted PR fails. """
subject = "Brain-Score submission failed"
body = f"Your Brain-Score submission did not pass checks. Please review the test results and update the PR at https://github.com/brain-score/{domain}/pull/{pr_number} or send in an updated submission via the website."
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ requires-python = ">=3.7"
dependencies = [
"tqdm",
"numpy>=1.21",
"brainscore_core@git+https://github.com/brain-score/core.git@kvf/submission_cleanup",
"brainscore_core@git+https://github.com/brain-score/core.git@kvf/reduce_plugin_tests",
"fire",
"scikit-learn",
# model_helpers dependencies
Expand Down

0 comments on commit 7320397

Please sign in to comment.