Skip to content

Commit b48b6a1

Browse files
committed
move tsea.py into tutorial submodule
1 parent 24e5231 commit b48b6a1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

codecov.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ignore:
2+
- sae_lens/tutorial
File renamed without changes.

tutorials/logits_lens_with_features.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188
"from sae_lens.analysis.neuronpedia_integration import get_neuronpedia_quick_list\n",
189189
"\n",
190190
"# Enrichment Analysis Functions\n",
191-
"from tutorials.tsea import (\n",
191+
"from sae_lens.tutorial.tsea import (\n",
192192
" get_enrichment_df,\n",
193193
" manhattan_plot_enrichment_scores,\n",
194194
" plot_top_k_feature_projections_by_token_and_category,\n",
195195
")\n",
196-
"from tutorials.tsea import (\n",
196+
"from sae_lens.tutorial.tsea import (\n",
197197
" get_baby_name_sets,\n",
198198
" get_letter_gene_sets,\n",
199199
" generate_pos_sets,\n",

0 commit comments

Comments
 (0)