Removed last line from py tests

This commit is contained in:
Alejandro Saucedo 2020-11-08 15:58:43 +00:00
parent 358f496549
commit 13503e7639

View file

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