Skip to content

Commit

Permalink
Remove unnecessary test data
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Magnuson committed Nov 29, 2017
1 parent 3686ef7 commit b89fb8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_volume_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ class TestVolumeIndex(unittest.TestCase):
def setUp(self):
"""Create data to use for testing."""
self.close_data = SampleData().get_sample_close_data()
self.high_data = SampleData().get_sample_high_data()
self.low_data = SampleData().get_sample_low_data()
self.volume = SampleData().get_sample_volume()

self.pvi_expected = [1.0, 1.0131617136727868, 1.0152943403369297,
Expand Down

0 comments on commit b89fb8d

Please sign in to comment.