Skip to content

Commit

Permalink
removed broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zigur committed Jun 21, 2017
1 parent 8debdda commit 4634886
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_create_models_study_design.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ def test_init(self):
self.assertEqual(self.factory.factors, BASE_FACTORS)

def test_add_factor_value(self):
pass
"""
factor_name = BASE_FACTORS[0]['name']
self.factory.add_factor_value(factor_name, 'agent_orange')
self.assertEqual(self.factory)
"""

0 comments on commit 4634886

Please sign in to comment.