Reformat python

This commit is contained in:
Alejandro Saucedo 2022-03-02 10:11:35 +00:00
parent 3885b8f6fc
commit 1788a217db
4 changed files with 0 additions and 4 deletions

View file

@ -100,4 +100,3 @@ def test_logistic_regression():
assert tensor_w_in.data()[0] > 0.0
assert tensor_w_in.data()[1] > 1.5
assert tensor_b_in.data()[0] < 0.7