From fc9895d1101a1c81ec29e238110c0c4547c20ce0 Mon Sep 17 00:00:00 2001 From: Chujie Chen <38991172+ChujieChen@users.noreply.github.com> Date: Fri, 17 Apr 2020 20:08:21 -0700 Subject: [PATCH] added comment for pull request test --- src/yews/models/polarity.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/yews/models/polarity.py b/src/yews/models/polarity.py index 025db92..e983601 100644 --- a/src/yews/models/polarity.py +++ b/src/yews/models/polarity.py @@ -1,3 +1,4 @@ +# comment for testing pull request import torch.nn as nn from .utils import load_state_dict_from_url