analyser_hj3415 2.7.1__tar.gz → 2.7.2__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/PKG-INFO +1 -1
- {analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/analyser_hj3415/eval.py +1 -1
- {analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/pyproject.toml +1 -1
- {analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/.DS_Store +0 -0
- {analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/.gitattributes +0 -0
- {analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/.gitignore +0 -0
- {analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/.idea/.gitignore +0 -0
- {analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/.idea/analyser-hj3415.iml +0 -0
- {analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/.idea/misc.xml +0 -0
- {analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/.idea/modules.xml +0 -0
- {analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/.idea/vcs.xml +0 -0
- {analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/LICENSE +0 -0
- {analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/README.md +0 -0
- {analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/analyser_hj3415/.DS_Store +0 -0
- {analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/analyser_hj3415/__init__.py +0 -0
- {analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/analyser_hj3415/cli.py +0 -0
- {analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/analyser_hj3415/workroom/__init__.py +0 -0
- {analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/analyser_hj3415/workroom/lstm.py +0 -0
- {analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/analyser_hj3415/workroom/myprophet.py +0 -0
- {analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/analyser_hj3415/workroom/mysklearn.py +0 -0
- {analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/analyser_hj3415/workroom/mysklearn2.py +0 -0
- {analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/analyser_hj3415/workroom/score.py +0 -0
- {analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/analyser_hj3415/workroom/trash.py +0 -0
@@ -187,7 +187,7 @@ class RedData:
|
|
187
187
|
|
188
188
|
|
189
189
|
class Red:
|
190
|
-
expect_earn = AnalyserSettingsManager().get_value('EXPECT_EARN')
|
190
|
+
expect_earn = float(AnalyserSettingsManager().get_value('EXPECT_EARN'))
|
191
191
|
|
192
192
|
def __init__(self, code: str):
|
193
193
|
assert utils.is_6digit(code), f'Invalid value : {code}'
|
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "analyser_hj3415"
|
7
|
-
version = "2.7.
|
7
|
+
version = "2.7.2"
|
8
8
|
authors = [{name = "Hyungjin Kim", email = "hj3415@gmail.com"}]
|
9
9
|
description = "Stock analyser and database processing programs"
|
10
10
|
readme = "README.md"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{analyser_hj3415-2.7.1 → analyser_hj3415-2.7.2}/.idea/inspectionProfiles/profiles_settings.xml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|