Skip to content

Commit

Permalink
Merge pull request #1143 from mantidproject/1085-test-image-rotate
Browse files Browse the repository at this point in the history
Set imageAxisOrder in GUI tests
  • Loading branch information
DolicaAkelloEgwel authored Sep 17, 2021
2 parents 43b367b + 1e1251a commit 092feb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/release_notes/next.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ Developer Changes
-----------------

- #1022 : Switch to use Mambaforge
- #1085 : Fix rotation of images in GUI tests
3 changes: 3 additions & 0 deletions mantidimaging/test_helpers/start_qapplication.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@
import pytest
import sys

import pyqtgraph
from PyQt5.QtWidgets import QApplication

_QAPP = QApplication.instance()

uncaught_exception = None
current_excepthook = sys.excepthook

pyqtgraph.setConfigOptions(imageAxisOrder="row-major")


def get_application(name=''):
"""
Expand Down

0 comments on commit 092feb2

Please sign in to comment.