From 13503e763975c1803d089e7925378c04a22b87c2 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sun, 8 Nov 2020 15:58:43 +0000 Subject: [PATCH] Removed last line from py tests --- python/test/test_kompute.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/test/test_kompute.py b/python/test/test_kompute.py index 559600eba..ea82799e8 100644 --- a/python/test/test_kompute.py +++ b/python/test/test_kompute.py @@ -223,6 +223,3 @@ def test_logistic_regression_pyshader(): assert tensor_w_in.data()[1] > 1.5 assert tensor_b_in.data()[0] < 0.7 - -if __name__ == "__main__": - test_sequence()