Skip to content

Commit

Permalink
Remove extraneous string formatter for norm vals name
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-l-kong committed Jun 9, 2022
1 parent b3b36d1 commit 5615666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates_ark/example_pixel_clustering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"# define the preprocessed pixel data folders\n",
"pixel_data_dir = os.path.join(pixel_output_dir, '%s_pixel_mat_data' % pixel_cluster_prefix)\n",
"pixel_subset_dir = os.path.join(pixel_output_dir, '%s_pixel_mat_subset' % pixel_cluster_prefix)\n",
"norm_vals_name = os.path.join(pixel_output_dir, 'post_rowsum_chan_norm.feather' % pixel_cluster_prefix)"
"norm_vals_name = os.path.join(pixel_output_dir, 'post_rowsum_chan_norm.feather')"
]
},
{
Expand Down

0 comments on commit 5615666

Please sign in to comment.