Changeset 4139147 in sasview


Ignore:
Timestamp:
Dec 5, 2016 7:47:47 AM (7 years ago)
Author:
wojciech
Children:
33844bf
Parents:
7feb69d
Message:

Corrected warning

File:
1 edited

Legend:

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

    r7feb69d r4139147  
    106106                    clinfo.append(":".join([platform.name,device.name])) 
    107107        except ImportError: 
    108             warnings.warn("pyopencl import failed. Please check installation") 
     108            warnings.warn("pyopencl import failed. Using only CPU computations") 
    109109 
    110110        clinfo.append("No OpenCL") 
Note: See TracChangeset for help on using the changeset viewer.