Skip to content

Commit

Permalink
Fix linter complaint in Predictor
Browse files Browse the repository at this point in the history
  • Loading branch information
elcorto committed Oct 18, 2024
1 parent 8c78a62 commit e8ba079
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mala/network/predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e8ba079

Please sign in to comment.