From c6dcf2ed4755e5c6bcd5897582bf42baf0a1fbac Mon Sep 17 00:00:00 2001 From: ojh31 Date: Wed, 20 Sep 2023 14:01:12 +0100 Subject: [PATCH] Labelled show_selectors as optional --- python/circuitsvis/activations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/circuitsvis/activations.py b/python/circuitsvis/activations.py index e6547c0..8abd427 100644 --- a/python/circuitsvis/activations.py +++ b/python/circuitsvis/activations.py @@ -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.