Skip to content

Commit

Permalink
Remove another commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-l-kong committed Sep 14, 2020
1 parent a79d388 commit 0c27aee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ark/analysis/dimensionality_reduction.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ def plot_dim_reduced_data(component_one, component_two, fig_id, hue, cell_data,
plt.legend(bbox_to_anchor=bbox_to_anchor, loc=legend_loc, borderaxespad=legend_borderaxespad)
plt.title(title, fontsize=title_fontsize)

# fig.show()

if save_dir is not None:
if not os.path.exists(save_dir):
raise ValueError("save_dir %s does not exist" % save_dir)
Expand Down

0 comments on commit 0c27aee

Please sign in to comment.