Skip to content

Commit

Permalink
Update dynamic_figures.py
Browse files Browse the repository at this point in the history
  • Loading branch information
manfredg committed Nov 3, 2021
1 parent de2b621 commit df98dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tedana/reporting/dynamic_figures.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// -----------------------------
var components = data['component']
var selected = components[selected_idx]
var selected_padded = String(selected).padStart(3,0);
var selected_padded = String(selected).padStart(3,0)
var selected_padded_forIMG = selected_padded
var selected_padded_C = 'ica_' + selected_padded
Expand Down

0 comments on commit df98dd1

Please sign in to comment.