Skip to content

Commit

Permalink
notebook test
Browse files Browse the repository at this point in the history
  • Loading branch information
camisowers committed Jul 26, 2023
1 parent 55409e6 commit 93199e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/generic_cell_clustering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,11 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": [
"normalize_param"
]
},
"outputs": [],
"source": [
"normalize = True"
Expand Down
3 changes: 3 additions & 0 deletions tests/utils/notebooks_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,9 @@ def test_cluster_prefix(self):
def test_cell_cluster_files(self):
self.tb.execute_cell("cell_cluster_files")

def test_normalization(self):
self.tb.execute_cell("normalize_param")

def test_train_cell_som(self):
self.tb.execute_cell("train_cell_som")

Expand Down

0 comments on commit 93199e4

Please sign in to comment.