Skip to content

Commit

Permalink
adding comments to trigger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deirdre-k committed Jun 4, 2024
1 parent 2a4a8a7 commit d667f78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
1 change: 1 addition & 0 deletions brainscore_language/model_helpers/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +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):
"""
Expand Down

0 comments on commit d667f78

Please sign in to comment.