Changeset aa01d07b in sasview
- Timestamp:
- Nov 12, 2012 2:40:47 PM (12 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 657e52c
- Parents:
- f368fd9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/utest_sansview.py
re89bb46 raa01d07b 10 10 11 11 # Check whether we have matplotlib installed 12 HAS_MPL = True12 HAS_MPL_WX = True 13 13 try: 14 14 import matplotlib 15 import wx 15 16 except: 16 HAS_MPL = False17 HAS_MPL_WX = False 17 18 18 19 SKIPPED_DIRS = ["sansrealspace", "calculatorview"] 19 if not HAS_MPL :20 if not HAS_MPL_WX: 20 21 SKIPPED_DIRS.append("sansguiframe") 21 22
Note: See TracChangeset
for help on using the changeset viewer.