Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MRG, BUG, VIZ: Fix overlay times #8377

Merged
merged 6 commits into from Oct 15, 2020
Merged

Conversation

drammock
Copy link
Member

closes #8370

@@ -289,8 +289,8 @@ def plot_epochs_image(epochs, picks=None, sigma=0., vmin=None,
this_image = combine_func(this_data * scalings[this_ch_type])
# handle `order`. NB: this can potentially yield different orderings
# in each figure!
this_image, overlay_times = _order_epochs(this_image, epochs.times,
order, overlay_times)
this_image, _overlay_times = _order_epochs(this_image, epochs.times,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah it was overwriting overlay_times?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did I break this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if it was you in #6186 or me in #6422

@drammock drammock changed the title BUG, VIZ: Fix overlay times MRG, BUG, VIZ: Fix overlay times Oct 15, 2020
@drammock
Copy link
Member Author

Example looks good, CI failure is spurious codecov failure. Merging.

@drammock drammock merged commit 6f2465d into mne-tools:master Oct 15, 2020
3 of 4 checks passed
@drammock drammock deleted the fix-overlay-times branch October 15, 2020 19:36
drammock added a commit that referenced this pull request Oct 15, 2020
* fix bug

* fstrings

* style

* safer?

* what's new

* touch tutorial to re-render
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Sorted by RT" erpimage in examples clearly isn't sorted by RT
3 participants