Changes between Initial Version and Version 1 of Ticket #706


Ignore:
Timestamp:
Oct 6, 2016 7:44:20 AM (8 years ago)
Author:
butler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #706 – Description

    initial v1  
    55After successful compile, is there a bug in: 
    66 
     7{{{ 
    78run_one("c:/users/rkh98/.sasview/plugin_models/hollow_cylinder_new.py") 
    89Traceback (most recent call last): 
     
    1112    if not suite._tests[0].info.tests: 
    1213IndexError: list index out of range 
    13  
     14}}} 
    1415or was it an issue with my new model? 
    1516 
    1617If you don't have openCL then the default "main()" test fails, could say how to get around this. I can get it to work with the openMP version: 
    1718 
     19{{{ 
    1820main("-single!","-double!", "c:/users/rkh98/.sasview/plugin_models/hollow_cylinder_new.py") 
    19  
     21}}} 
    2022 
    2123Would be useful if manual said that ctrl/uparrow gets previous line back in python shell.