fixes to build version 1.1.3
This commit is contained in:
@@ -1077,7 +1077,7 @@ def epochs_calculations(raw_haemo, events, event_dict):
|
||||
|
||||
# Plot drop log
|
||||
# TODO: Why show this if we never use epochs2?
|
||||
fig_epochs_dropped = epochs2.plot_drop_log()
|
||||
fig_epochs_dropped = epochs2.plot_drop_log(show=False)
|
||||
fig_epochs.append(("fig_epochs_dropped", fig_epochs_dropped))
|
||||
|
||||
# Plot for each condition
|
||||
|
||||
Reference in New Issue
Block a user