Skip to content

Commit

Permalink
No index_col.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 19, 2021
1 parent d2c2643 commit 8e07e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tedana/reporting/static_figures.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def carpet_plot(optcom_ts, mask, comptable, mixing, io_generator, gscontrol=None

if (gscontrol is not None) and ("mir" in gscontrol):
mixing_mir_file = io_generator.get_name("ICA MIR mixing tsv")
mixing_mir = pd.read_table(mixing_mir_file, index_col="component").values
mixing_mir = pd.read_table(mixing_mir_file).values
denoised_ts_mir, high_kappa_ts_mir, _ = io.denoise_ts(
optcom_ts, mixing_mir, mask, comptable
)
Expand Down

0 comments on commit 8e07e4d

Please sign in to comment.