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, ENH: Add OpenGL info to mne sys_info #7976

Merged
merged 1 commit into from
Jul 8, 2020
Merged

Conversation

larsoner
Copy link
Member

@larsoner larsoner commented Jul 7, 2020

Updates the pyvista line to (a few examples: CircleCI / Linux / macOS):

        pyvista:       0.25.3 {pyvistaqt=0.1.1, OpenGL 3.3 (Core Profile) Mesa 18.3.6 via llvmpipe (LLVM 7.0, 256 bits)}
        pyvista:       0.25.2 {pyvistaqt=0.1.0, OpenGL 4.5.0 NVIDIA 440.100 via GeForce GTX 650 Ti BOOST/PCIe/SSE2}
        pyvista:       0.25.2 {pyvistaqt=0.1.1, OpenGL 4.1 INTEL-14.6.18 via Intel(R) Iris(TM) Plus Graphics OpenGL Engine}

Should help us debug OpenGL problems as we move to PyVista. In theory we could do something similar for Mayavi but it would require us to do our own parsing of the OpenGL info dump, which is a pain, so not worth it for now.

@larsoner
Copy link
Member Author

larsoner commented Jul 7, 2020

@GuillaumeFavelier feel free to merge if you're happy

@agramfort agramfort merged commit 75fc445 into mne-tools:master Jul 8, 2020
@agramfort
Copy link
Member

thx @larsoner

@larsoner larsoner deleted the gl branch July 8, 2020 12:55
larsoner added a commit to larsoner/mne-python that referenced this pull request Jul 8, 2020
* upstream/master: (30 commits)
  MRG: Add remove_labels to _Brain (mne-tools#7964)
  Add get_picked_points (mne-tools#7963)
  ENH: Add OpenGL info to mne sys_info (mne-tools#7976)
  [MRG] Fix reject_tmin and reject_tmax for reject_by_annotation in mne.Epochs (mne-tools#7967)
  mrg: Add scalar mult and div operators for AverageTFR (mne-tools#7957)
  MRG, MAINT: Cleaner workaround for Sphinx linking issue (mne-tools#7970)
  MRG, ENH: Speed up epochs.copy (mne-tools#7968)
  MRG, BUG: Allow ref mags to have a comp grade (mne-tools#7965)
  do not forget to pass adjacency (mne-tools#7961)
  [MRG] fix Issue with stc.project after restricting to a label (mne-tools#7950)
  Only process nirx event file if present (mne-tools#7951)
  MRG+1: BUG: info['bads'] order shouldn't matter in write_evokeds() (mne-tools#7954)
  Fix some small glitches introduced via mne-tools#7845 (mne-tools#7952)
  Add time player (mne-tools#7940)
  MAINT: Clean up VTK9 offset array [circle front] (mne-tools#7953)
  MAINT: Skip a few more on macOS (mne-tools#7948)
  fix links [skip travis] (mne-tools#7949)
  MRG, MAINT: Tweak CIs (mne-tools#7943)
  MRG, BUG: Fix vector scaling (mne-tools#7934)
  MRG, VIZ, BUG: handle CSD channel type when topo plotting (mne-tools#7935)
  ...
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.

2 participants