From 8136a4be92733ee7bcda5307b17e3285f16cf9e2 Mon Sep 17 00:00:00 2001 From: Isha Gokhale Date: Mon, 16 Oct 2023 23:50:54 -0700 Subject: [PATCH] fixed lint issue --- casanovo/denovo/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/casanovo/denovo/model.py b/casanovo/denovo/model.py index ca737ccd..c26529de 100644 --- a/casanovo/denovo/model.py +++ b/casanovo/denovo/model.py @@ -131,7 +131,7 @@ def __init__( dropout=dropout, residues=residues, max_charge=max_charge, - ) + ) self.softmax = torch.nn.Softmax(2) self.celoss = torch.nn.CrossEntropyLoss(ignore_index=0) # Optimizer settings.