From 0a508efe885e47b29f9c36c586554357175d77b5 Mon Sep 17 00:00:00 2001 From: "Timothy A. Smith" Date: Tue, 28 May 2019 23:15:50 -0500 Subject: [PATCH] remove empty fixtures module --- fixtures.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 fixtures.py diff --git a/fixtures.py b/fixtures.py deleted file mode 100644 index 4e570f3..0000000 --- a/fixtures.py +++ /dev/null @@ -1,13 +0,0 @@ -import numpy as np -import numpy.linalg as la # noqa -import pyopencl as cl -import pyopencl.array # noqa -import pyopencl.clrandom # noqa -import loopy as lp - -from pytest import approx - -from device_fixtures import get_queue -from setup_fixtures import random_array_on_device as f_array -from program_fixtures import get_weno as get_weno_program -from transform_fixtures import get_gpu_transformed_weno -- GitLab