From 18972ee5d1c322ede7fbdc3e07a7bd07b8c5ee18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20M=C3=AEr=C8=9B?= Date: Wed, 1 Sep 2021 10:08:13 +0200 Subject: [PATCH] remove k>2 limitation for testing See https://github.com/diku-dk/bfast/issues/41 for more details --- bfast/monitor/opencl/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bfast/monitor/opencl/base.py b/bfast/monitor/opencl/base.py index 7239edc..d4ab3e5 100644 --- a/bfast/monitor/opencl/base.py +++ b/bfast/monitor/opencl/base.py @@ -85,8 +85,8 @@ def __init__(self, ): k_valid = list(range(3, 11)) - if k not in k_valid: - raise Exception("Current implementation can only handle the following values for k: {}".format(k_valid)) +# if k not in k_valid: +# raise Exception("Current implementation can only handle the following values for k: {}".format(k_valid)) super().__init__(start_monitor, freq,