From dee720def27f34744ae1694df7b0b3b4f02046d3 Mon Sep 17 00:00:00 2001 From: Francisco Berchez Moreno Date: Mon, 20 Nov 2023 10:51:21 +0100 Subject: [PATCH] Test estimator correction --- dlordinal/estimator/tests/test_estimator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dlordinal/estimator/tests/test_estimator.py b/dlordinal/estimator/tests/test_estimator.py index 9ffb818..b3bc228 100644 --- a/dlordinal/estimator/tests/test_estimator.py +++ b/dlordinal/estimator/tests/test_estimator.py @@ -38,7 +38,6 @@ def create_example_dataloader(batch_size, num_samples, input_size): def calculate_loss(model, loss_fn, dataloader): - losses = [] model.eval() total_loss = 0.0