Skip to content

Commit

Permalink
fix docs header
Browse files Browse the repository at this point in the history
  • Loading branch information
sirfoga committed Oct 14, 2018
1 parent 2e81783 commit fbde6d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Peeper: A tool to dig deep into telemetry data https://raceup.github.io
Peeper: A tool to dig deep into telemetry data
=======================================================================

Release v\ |version|
Expand Down
2 changes: 1 addition & 1 deletion peeper/preprocessing/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def _process(self):
:return: data frame
"""
data = self._merge()
data = self.sample_by_frequency(data, 10)
data = self.sample_by_frequency(data, 50)
data = self.filter(data, savgol_filter, window_length=13, polyorder=1)
data = self.remove_null_values(data, 1)

Expand Down

0 comments on commit fbde6d0

Please sign in to comment.