Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gm_strategy_cvr
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rank
gm_strategy_cvr
Commits
247a7c1d
Commit
247a7c1d
authored
Jul 22, 2020
by
赵威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update field
parent
bd35a856
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
fe.py
src/models/esmm/fe.py
+7
-7
No files found.
src/models/esmm/fe.py
View file @
247a7c1d
...
...
@@ -336,13 +336,13 @@ def device_diary_fe(device_id, diary_ids, device_dict, diary_dict):
common_fp
=
common_elements
(
device_fp
,
diary_fp
)
common_sp
=
common_elements
(
device_sp
,
diary_sp
)
common_p
=
common_elements
(
device_p
,
diary_p
)
tmp
[
"
diary
_fd"
]
=
nth_element
(
diary_fd
,
0
)
tmp
[
"
diary
_sd"
]
=
nth_element
(
diary_sd
,
0
)
tmp
[
"
diary
_fs"
]
=
nth_element
(
diary_fs
,
0
)
tmp
[
"
diary
_ss"
]
=
nth_element
(
diary_ss
,
0
)
tmp
[
"
diary
_fp"
]
=
nth_element
(
diary_fp
,
0
)
tmp
[
"
diary
_sp"
]
=
nth_element
(
diary_sp
,
0
)
tmp
[
"
diary
_p"
]
=
nth_element
(
diary_p
,
0
)
tmp
[
"
content
_fd"
]
=
nth_element
(
diary_fd
,
0
)
tmp
[
"
content
_sd"
]
=
nth_element
(
diary_sd
,
0
)
tmp
[
"
content
_fs"
]
=
nth_element
(
diary_fs
,
0
)
tmp
[
"
content
_ss"
]
=
nth_element
(
diary_ss
,
0
)
tmp
[
"
content
_fp"
]
=
nth_element
(
diary_fp
,
0
)
tmp
[
"
content
_sp"
]
=
nth_element
(
diary_sp
,
0
)
tmp
[
"
content
_p"
]
=
nth_element
(
diary_p
,
0
)
tmp
[
"fd1"
]
=
nth_element
(
common_fd
,
0
)
tmp
[
"fd2"
]
=
nth_element
(
common_fd
,
1
)
tmp
[
"fd3"
]
=
nth_element
(
common_fd
,
2
)
...
...
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