summaryrefslogtreecommitdiff
path: root/silx/opencl/test/test_kahan.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/opencl/test/test_kahan.py')
-rw-r--r--silx/opencl/test/test_kahan.py10
1 files changed, 4 insertions, 6 deletions
diff --git a/silx/opencl/test/test_kahan.py b/silx/opencl/test/test_kahan.py
index 167640c..6ea599b 100644
--- a/silx/opencl/test/test_kahan.py
+++ b/silx/opencl/test/test_kahan.py
@@ -1,10 +1,10 @@
#!/usr/bin/env python
# coding: utf-8
#
-# Project: Azimuthal integration
-# https://github.com/silx-kit/pyFAI
+# Project: OpenCL numerical library
+# https://github.com/silx-kit/silx
#
-# Copyright (C) 2015-2019 European Synchrotron Radiation Facility, Grenoble, France
+# Copyright (C) 2015-2021 European Synchrotron Radiation Facility, Grenoble, France
#
# Principal author: Jérôme Kieffer (Jerome.Kieffer@ESRF.eu)
#
@@ -28,13 +28,11 @@
"test suite for OpenCL code"
-from __future__ import absolute_import, division, print_function
-
__author__ = "Jérôme Kieffer"
__contact__ = "Jerome.Kieffer@ESRF.eu"
__license__ = "MIT"
__copyright__ = "European Synchrotron Radiation Facility, Grenoble, France"
-__date__ = "01/08/2019"
+__date__ = "17/05/2021"
import unittest