Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features Improvement #1

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove radarpipeline submodulke
  • Loading branch information
thepushkarp committed Sep 8, 2022
commit ee92c3c97001c234946c715ff1384b88251c5a08
4 changes: 0 additions & 4 deletions .gitmodules

This file was deleted.

6 changes: 5 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
from .mockfeatures.features import MockFeatureGroup
from .mockfeatures.features import (
MockFeatureGroup,
PhoneBatteryChargingDuration,
StepCountPerDay,
)
7 changes: 0 additions & 7 deletions __main__.py

This file was deleted.

15 changes: 0 additions & 15 deletions config.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions mockfeatures/features.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# insert at 1, 0 is the script path (or '' in REPL)
import sys

sys.path.insert(1, "../radar-pipeline/")
import pandas as pd

from radarpipeline.datalib import RadarData
from radarpipeline.features import Feature, FeatureGroup

Expand Down
1 change: 0 additions & 1 deletion radarpipeline
Submodule radarpipeline deleted from 8493fe