Skip to content

Commit

Permalink
Reset cell_cluster_prefix back to None
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-l-kong committed Jun 7, 2022
1 parent deeecbb commit a6f0ffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates_ark/example_cell_clustering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"outputs": [],
"source": [
"# explicitly set cell_cluster_prefix to override datetime default\n",
"cell_cluster_prefix = 'test_candace_condense'\n",
"cell_cluster_prefix = None\n",
"\n",
"if cell_cluster_prefix is None:\n",
" cell_cluster_prefix = dt.now().strftime('%Y-%m-%dT%H:%M:%S')"
Expand Down Expand Up @@ -692,7 +692,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.15"
"version": "3.6.13"
}
},
"nbformat": 4,
Expand Down

0 comments on commit a6f0ffa

Please sign in to comment.