Changes between Initial Version and Version 1 of Ticket #706
- Timestamp:
- Oct 6, 2016 7:44:20 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #706 – Description
initial v1 5 5 After successful compile, is there a bug in: 6 6 7 {{{ 7 8 run_one("c:/users/rkh98/.sasview/plugin_models/hollow_cylinder_new.py") 8 9 Traceback (most recent call last): … … 11 12 if not suite._tests[0].info.tests: 12 13 IndexError: list index out of range 13 14 }}} 14 15 or was it an issue with my new model? 15 16 16 17 If 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: 17 18 19 {{{ 18 20 main("-single!","-double!", "c:/users/rkh98/.sasview/plugin_models/hollow_cylinder_new.py") 19 21 }}} 20 22 21 23 Would be useful if manual said that ctrl/uparrow gets previous line back in python shell.