Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
Q
Quant_API_SDK
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenwen.tang
Quant_API_SDK
Commits
7058e8f8
Commit
7058e8f8
authored
Feb 10, 2025
by
吕先亚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加了最後推薦日last_recomm_date,若發現有新 推薦 ,但 推薦生成日(data_Date) 在最後推薦日(last_recomm_date)之後,也不發再平衡通知
parent
5d137155
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
gentestcase.py
test_case_gen/Sample/gentestcase.py
+1
-1
testcase_example.xlsx
test_case_gen/Sample/testcase_example.xlsx
+0
-0
No files found.
test_case_gen/Sample/gentestcase.py
View file @
7058e8f8
...
@@ -63,7 +63,7 @@ def main(xls_path):
...
@@ -63,7 +63,7 @@ def main(xls_path):
rp
[
'recomm_guid'
]
=
str
(
df
.
loc
[
0
][
9
])
rp
[
'recomm_guid'
]
=
str
(
df
.
loc
[
0
][
9
])
rp
[
'rp_id'
]
=
df
.
loc
[
1
][
9
]
rp
[
'rp_id'
]
=
df
.
loc
[
1
][
9
]
rp
[
'note'
]
=
str
(
df
.
loc
[
8
][
8
])
rp
[
'note'
]
=
str
(
df
.
loc
[
8
][
8
])
rp
[
'data_Date'
]
=
str
(
df
.
loc
[
9
][
2
])
rp
[
'data_Date'
]
=
str
(
df
.
loc
[
9
][
8
])
fws
=
[]
fws
=
[]
rp
[
'fws'
]
=
fws
rp
[
'fws'
]
=
fws
#for i in range(10, len(df.loc[1:])):
#for i in range(10, len(df.loc[1:])):
...
...
test_case_gen/Sample/testcase_example.xlsx
View file @
7058e8f8
No preview for this file type
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