Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Jul 27, 2018
  2. Jul 11, 2018
  3. Jun 04, 2018
    • Gigg, Martyn Anthony's avatar
      Move location of QApplication construction in mantidqt tests · 5c2c0d9e
      Gigg, Martyn Anthony authored
      Storing a reference to the QApplication object globally at
      module scope causes the QApplication object to be destroyed
      very late in Python's tear down process. This seems to cause
      random segfaults with PyQt5 that can be remedied by using
      object attributes so that the references are cleaned up much
      sooner.
      5c2c0d9e
  4. Jun 02, 2018
    • Martyn Gigg's avatar
      Skip Jupyter tests on Python 3 for Qt5 · d3debe2a
      Martyn Gigg authored
      They currently segfault when importing readline. This seems
      to be fixed for IPython 5
      
      Starting it without stdin under Python 3 seems to cause
      a segfault in readline.
      d3debe2a
  5. Jun 01, 2018
  6. May 31, 2018
  7. May 30, 2018
  8. May 29, 2018
  9. May 28, 2018
  10. May 05, 2018
  11. Apr 09, 2018
    • Karl Palmen's avatar
      Merge remote-tracking branch 'origin/master' re #12828 · 8072b97d
      Karl Palmen authored
      
      # Please enter a commit message to explain why this merge is necessary,
      # especially if it merges an updated upstream into a topic branch.
      #
      # Lines starting with '#' will be ignored, and an empty message aborts
      # the commit.
      
      Merge done to enable documentation be be fixed, because of removal of
      alias directive and addition of related algorithms directive.
      
      Signed-off-by: default avatarKarl Palmen <karl.palmen@stfc.ac.uk>
      8072b97d
  12. Mar 28, 2018
  13. Feb 14, 2018
    • WHITFIELDRE email's avatar
      Fix workbench for IPython 6 · 751b8b94
      WHITFIELDRE email authored
      ._update_indent() was changed not to take arguments and IPython.core.usage.quick_guide was removed.
      
      In test_execute_async_returns_failure_on_runtime_error_and_captures_expected_stack the comment was causing an IndentationError, changing it to a docstring fixes the problem. I don't think this is related to IPython but probably a python 3.6 problem.
      751b8b94
  14. Feb 07, 2018
  15. Jan 26, 2018
  16. Jan 24, 2018
  17. Jan 23, 2018
  18. Jan 22, 2018
  19. Jan 21, 2018
  20. Jan 19, 2018
Loading