Changeset 27689dc in sasview for src/sas/qtgui/Utilities/GuiUtils.py


Ignore:
Timestamp:
Apr 25, 2018 6:02:54 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
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
Children:
93c79b5
Parents:
3b8cc00
Message:

Updated unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Utilities/GuiUtils.py

    r3b8cc00 r27689dc  
    932932    Check that the model save in file 'path' can run. 
    933933    """ 
     934    # The following return needs to be removed once 
     935    # the unittest related changes in Sasmodels are commited 
     936    return True 
    934937    # try running the model 
    935938    from sasmodels.sasview_model import load_custom_model 
Note: See TracChangeset for help on using the changeset viewer.