Skip to content

Commit

Permalink
Update brainscore_vision/metrics/internal_consistency/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Schrimpf <[email protected]>
  • Loading branch information
YingtianDt and mschrimpf authored Sep 6, 2024
1 parent 149a6b0 commit 9cdebde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainscore_vision/metrics/internal_consistency/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@


metric_registry['internal_consistency'] = InternalConsistency
metric_registry['pertime_internal_consistency'] = lambda *args, **kwargs: PerTime(InternalConsistency(*args, **kwargs))
metric_registry['internal_consistency_temporal'] = lambda *args, **kwargs: PerTime(InternalConsistency(*args, **kwargs))

0 comments on commit 9cdebde

Please sign in to comment.