Skip to content

Commit

Permalink
Review (jreback)
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Sep 5, 2018
1 parent 70ee3bf commit 4270363
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pandas/tests/series/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
def datetime_series():
"""
Fixture for Series of floats with DatetimeIndex
See pandas.util.testing.makeTimeSeries
"""
s = tm.makeTimeSeries()
s.name = 'ts'
Expand All @@ -21,8 +19,6 @@ def datetime_series():
def string_series():
"""
Fixture for Series of floats with Index of unique strings
See pandas.util.testing.makeStringSeries
"""
s = tm.makeStringSeries()
s.name = 'series'
Expand All @@ -33,8 +29,6 @@ def string_series():
def object_series():
"""
Fixture for Series of dtype datetime64[ns] with Index of unique strings
See pandas.util.testing.makeObjectSeries
"""
s = tm.makeObjectSeries()
s.name = 'objects'
Expand Down

0 comments on commit 4270363

Please sign in to comment.