diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 00000000..c25fc4ae --- /dev/null +++ b/codecov.yaml @@ -0,0 +1,2 @@ +ignore: + - sae_lens/tutorial diff --git a/tutorials/tsea.py b/sae_lens/tutorial/tsea.py similarity index 100% rename from tutorials/tsea.py rename to sae_lens/tutorial/tsea.py diff --git a/tutorials/logits_lens_with_features.ipynb b/tutorials/logits_lens_with_features.ipynb index 8edb7189..38db299e 100644 --- a/tutorials/logits_lens_with_features.ipynb +++ b/tutorials/logits_lens_with_features.ipynb @@ -188,12 +188,12 @@ "from sae_lens.analysis.neuronpedia_integration import get_neuronpedia_quick_list\n", "\n", "# Enrichment Analysis Functions\n", - "from tutorials.tsea import (\n", + "from sae_lens.tutorial.tsea import (\n", " get_enrichment_df,\n", " manhattan_plot_enrichment_scores,\n", " plot_top_k_feature_projections_by_token_and_category,\n", ")\n", - "from tutorials.tsea import (\n", + "from sae_lens.tutorial.tsea import (\n", " get_baby_name_sets,\n", " get_letter_gene_sets,\n", " generate_pos_sets,\n",