Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
change import lc_classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierArredondo committed Oct 16, 2020
1 parent a992e6b commit 7c5e286
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added .coverage
Binary file not shown.
2 changes: 1 addition & 1 deletion features/step.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from db_plugins.db.sql import SQLConnection
from db_plugins.db.sql.models import FeatureVersion, Object, Feature, Step

from late_classifier.features.custom import CustomStreamHierarchicalExtractor
from lc_classifier.features.custom import CustomStreamHierarchicalExtractor

from pandas.io.json import json_normalize

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ GPy
apf-base==1.0.1
-e git+https://github.com/alercebroker/mhps.git#egg=mhps
-e git+https://github.com/alercebroker/db-plugins.git#egg=db-plugins
-e git+https://github.com/alercebroker/late_classifier.git#egg=late-classifier
-e git+https://github.com/alercebroker/lc_classifier#egg=lc_classifier
-e git+https://github.com/alercebroker/turbo-fats.git#egg=turbo-fats
-e git+https://github.com/alercebroker/P4J.git#egg=P4J

0 comments on commit 7c5e286

Please sign in to comment.