Skip to content

Commit

Permalink
Labelled show_selectors as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ojh31 committed Sep 20, 2023
1 parent 113d10d commit c6dcf2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/circuitsvis/activations.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def text_neuron_activations(
second_dimension_labels: Optional[List[str]] = None,
first_dimension_default: Optional[int] = 0,
second_dimension_default: Optional[int] = 0,
show_selectors: bool = True,
show_selectors: Optional[bool] = True,
) -> RenderedHTML:
"""Show activations (colored by intensity) for each token in a text or set
of texts.
Expand Down

0 comments on commit c6dcf2e

Please sign in to comment.