Skip to content

Commit

Permalink
Merge pull request #250 from yangheng95/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
yangheng95 authored Feb 2, 2023
2 parents c7df906 + 9947154 commit 69c95a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyabsa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2021. All Rights Reserved.

__name__ = "pyabsa"
__version__ = "2.0.27"
__version__ = "2.0.28a0"

from pyabsa.framework.flag_class import *

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
install_requires=[
"findfile>=2.0.0",
"autocuda>=0.16",
"metric-visualizer>=0.8.7.2",
"metric-visualizer>=0.8.7.3",
"boostaug>=2.3.5",
"spacy",
"networkx",
Expand Down
2 changes: 1 addition & 1 deletion unit_test/test_8_augmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def test_aspect_sentiment_classification_augmentation():
config.cache_dataset = False
config.l2reg = 1e-8
config.lsa = True
config.data_num = 30
config.data_num = 120

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

Expand Down

0 comments on commit 69c95a1

Please sign in to comment.