Skip to content

Commit

Permalink
remove usage of mock
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrism7 committed Jan 24, 2018
1 parent 7ea6ba4 commit 0008f41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ def test_run_and_analyze(self):
queue.put_nowait(None)
listener.join()

@unittest.skip
def test_calc_individual_accs(self):
"""This method tests the calculation of individual (non-polarized) accuracies of a learned model"""
exp = ExperimentReliabilityBasedCMAES(
Expand Down

0 comments on commit 0008f41

Please sign in to comment.