Changeset d53abd2 in sasview
- Timestamp:
- Aug 21, 2018 5:59:27 PM (6 years ago)
- Branches:
- master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
- Children:
- 5d43213, 7277f81
- Parents:
- ec52ea1 (diff), 388aefb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Paul Butler <butlerpd@…> (08/21/18 17:59:27)
- git-committer:
- GitHub <noreply@…> (08/21/18 17:59:27)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
installers/setup_exe.py
r3da8692 rf05f6ff 287 287 'matplotlib', 'scipy', 'encodings', 'comtypes', 'h5py', 288 288 'win32com', 'xhtml2pdf', 'bumps', 'sasmodels', 'sas', 289 'pkg_resources' 289 290 ] 290 291 packages.extend([ -
src/sas/sasgui/perspectives/fitting/gpu_options.py
r42a6e02 r388aefb 139 139 140 140 test_text = wx.StaticText(self, -1, "WARNING: Running tests can take a few minutes!") 141 test_text2 = wx.StaticText(self, -1, "NOTE: No test will run if No OpenCL is checked") 142 test_text.SetForegroundColour(wx.RED) 143 self.vbox.Add(test_text2, 0, wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 10) 141 144 self.vbox.Add(test_text, 0, wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 10) 142 145
Note: See TracChangeset
for help on using the changeset viewer.