Changeset f370ea07 in sasview


Ignore:
Timestamp:
Jan 6, 2017 7:21:51 AM (7 years ago)
Author:
wojciech
Children:
0c9204a
Parents:
92583049
Message:

Added warning about lenght of tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/fitting/gpu_options.py

    r92583049 rf370ea07  
    125125        self.Bind(wx.EVT_BUTTON, self.on_help, help_btn) 
    126126 
     127        test_text = wx.StaticText(self, -1,"WARNING: Running tests can take a few minutes!") 
     128        test_text.SetFont(wx.Font(12, wx.DEFAULT, wx.NORMAL, wx.NORMAL, 0, "")) 
     129        self.vbox.Add(test_text, 0, wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 10) 
    127130 
    128131        btn_sizer = wx.BoxSizer(wx.HORIZONTAL) 
     
    206209            sasmodels.kernelcl.ENV = None 
    207210        except: 
     211            #TODO: Need to provide reasonable exception case 
    208212            pass 
    209213 
Note: See TracChangeset for help on using the changeset viewer.