Skip to content

Commit

Permalink
Removed breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
eurunuela committed May 16, 2022
1 parent 09aa092 commit 52ffad8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tedana/reporting/static_figures.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,5 +428,4 @@ def pca_results(criteria, n_components, all_varex, io_generator):
plot_name = "pca_variance_explained.png"
pca_variance_explained_name = os.path.join(io_generator.out_dir, "figures", plot_name)
plt.savefig(pca_variance_explained_name)
breakpoint()
plt.close()

0 comments on commit 52ffad8

Please sign in to comment.