mne-tools / mne-connectivity

Connectivity algorithms that leverage the MNE-Python API.
https://mne.tools/mne-connectivity/dev/index.html
BSD 3-Clause "New" or "Revised" License
68 stars 34 forks source link

Examples not rendering properly for v0.6 documentation #165

Closed tsbinns closed 8 months ago

tsbinns commented 8 months ago

Not sure if people are aware of this, but the examples are not rendering properly for the v0.6 documentation, specifically there is no output from the cells.

E.g. no plotting after calling plt.show()

E.g. no logging output

The same thing is happening for all v0.6 examples.

This is not the case for the dev branch examples, where everything works as before.

In case help is wanted I am happy to try and lend a hand!

larsoner commented 8 months ago

This is very weird since it looks like the CircleCI build that was used did not raise an error or anything:

https://app.circleci.com/pipelines/github/mne-tools/mne-connectivity/834/workflows/4d220ca5-2c89-4c37-be78-492f49581df6/jobs/898

I'll try pushing an empty commit to maint/0.6 and we can see if it fixes it

larsoner commented 8 months ago

I think the problem might have been https://github.com/mne-tools/mne-connectivity/commit/50fac84a39017aa41fb14f2d44fd5b44053f95d8, let's see if it fixes things in the next ~10-15 minutes...

larsoner commented 8 months ago

Looks like it's now fixed!