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()