mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 21:06:54 +08:00
TST: Removes unused members in set up from TestPerformanceTracker.
This commit is contained in:
@@ -877,11 +877,6 @@ shares in position"
|
||||
|
||||
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'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user