Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
F
fund_report
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭熊
fund_report
Commits
7722f600
Commit
7722f600
authored
Mar 12, 2021
by
赵杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
freq
parent
72357017
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
week_evaluation.py
app/utils/week_evaluation.py
+2
-2
No files found.
app/utils/week_evaluation.py
View file @
7722f600
...
@@ -285,9 +285,9 @@ def freq_days(fav_freq):
...
@@ -285,9 +285,9 @@ def freq_days(fav_freq):
N
=
250
# 日更新
N
=
250
# 日更新
elif
fav_freq
==
2
:
elif
fav_freq
==
2
:
N
=
52
# 周更新
N
=
52
# 周更新
elif
fav_freq
==
3
:
N
=
24
# 半周更新
elif
fav_freq
==
4
:
elif
fav_freq
==
4
:
N
=
24
# 半周更新
elif
fav_freq
==
3
:
N
=
12
# 月更新
N
=
12
# 月更新
elif
fav_freq
==
5
:
elif
fav_freq
==
5
:
N
=
3
# 季度更新
N
=
3
# 季度更新
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment