Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Antoine PIGEAU
2015-Hubble-UserProfiles
Commits
a9299a8a
Commit
a9299a8a
authored
Feb 05, 2019
by
ZHOU yao
Browse files
change fequence bug
parent
0125b1e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/featureManager/oulad/featureSequence.py
View file @
a9299a8a
...
...
@@ -566,7 +566,7 @@ class FeatureSequence:
'''
if
not
filterType
:
result
=
pd
.
DataFrame
(
columns
=
[
ConstantModel
.
COLUMN_ID_USER
]
+
ConstantModel
.
TYPE_RESOURCE
)
result
=
pd
.
DataFrame
(
columns
=
[
ConstantModel
.
COLUMN_ID_USER
]
+
ConstantModel
.
TYPE_RESOURCE
+
ConstantModel
.
TYPE_EXERCISE
)
else
:
result
=
pd
.
DataFrame
(
columns
=
[
ConstantModel
.
COLUMN_ID_USER
]
+
filterType
)
...
...
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