Skip to content

Commit

Permalink
TST: Removes unused members in set up from TestPerformanceTracker.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddie Hebert committed Apr 15, 2013
1 parent 35f57ad commit cc322af
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_perf_tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -877,11 +877,6 @@ def test_cost_basis_calc(self):

class TestPerformanceTracker(unittest.TestCase):

def setUp(self):

self.sim_params, self.dt, self.end_dt = \
create_random_simulation_parameters()

NumDaysToDelete = collections.namedtuple(
'NumDaysToDelete', ('start', 'middle', 'end'))

Expand Down

0 comments on commit cc322af

Please sign in to comment.