From bd11fd51870927b09c89d2cf23898ca043fd1a39 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Wed, 26 Feb 2020 14:15:45 +0100 Subject: [PATCH] Lint --- tests/test_projection.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_projection.py b/tests/test_projection.py index 7fda852..679553c 100644 --- a/tests/test_projection.py +++ b/tests/test_projection.py @@ -32,4 +32,3 @@ def test_projection(with_texture, with_backward): loss = result.mean() loss.backward() - -- GitLab