Skip to content

Commit 69c95a1

Browse files
authored
Merge pull request #250 from yangheng95/dev
Dev
2 parents c7df906 + 9947154 commit 69c95a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyabsa/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Copyright (C) 2021. All Rights Reserved.
88

99
__name__ = "pyabsa"
10-
__version__ = "2.0.27"
10+
__version__ = "2.0.28a0"
1111

1212
from pyabsa.framework.flag_class import *
1313

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
install_requires=[
4242
"findfile>=2.0.0",
4343
"autocuda>=0.16",
44-
"metric-visualizer>=0.8.7.2",
44+
"metric-visualizer>=0.8.7.3",
4545
"boostaug>=2.3.5",
4646
"spacy",
4747
"networkx",

unit_test/test_8_augmentation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def test_aspect_sentiment_classification_augmentation():
147147
config.cache_dataset = False
148148
config.l2reg = 1e-8
149149
config.lsa = True
150-
config.data_num = 30
150+
config.data_num = 120
151151

152152
config.seed = [random.randint(0, 10000) for _ in range(1)]
153153

0 commit comments

Comments
 (0)