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

[Testing only] Test change in brainio #238

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion brainscore_language/benchmarks/blank2014/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from brainscore_language.data.blank2014 import BIBTEX
from brainscore_language.utils.ceiling import ceiling_normalize


# adding comment to trigger plugin tests
class Blank2014Linear(BenchmarkBase):
"""
Evaluate model ability to predict neural activity in human language system functional regions of interest (fROIs)
Expand Down
2 changes: 1 addition & 1 deletion brainscore_language/model_helpers/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from brainscore_language.model_helpers.preprocessing import prepare_context
from brainscore_language.utils import fullname


# adding comment to trigger general tests
class ContainerSubject(ArtificialSubject):
"""
Evaluation interface for arbitary containerized models.
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@main",
"brainscore_core@git+https://github.com/brain-score/core.git@dk/test_brainio_changes",
"fire",
"scikit-learn",
# model_helpers dependencies
Expand Down
Loading