From e8ba079195f3e2979a8dc86b503e3490bd8bdfe4 Mon Sep 17 00:00:00 2001 From: Steve Schmerler Date: Fri, 18 Oct 2024 11:24:29 +0200 Subject: [PATCH] Fix linter complaint in Predictor --- mala/network/predictor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mala/network/predictor.py b/mala/network/predictor.py index a313e4fcb..0e1c6e484 100644 --- a/mala/network/predictor.py +++ b/mala/network/predictor.py @@ -191,7 +191,6 @@ def _forward_snap_descriptors( self, snap_descriptors, local_data_size=None ): """Forward a scaled tensor of descriptors through the NN.""" - # Ensure the Network is on the correct device. # This line is necessary because GPU acceleration may have been # activated AFTER loading a model.