Skip to content

Commit

Permalink
Changed l5pc eval test to only compare keys to reflect old behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangeit committed Apr 22, 2021
1 parent a09de09 commit 71a94b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bluepyopt/tests/test_l5pc.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ def test_eval(self):
# expected_results['TestL5PCEvaluator.test_eval'] = result
# dump_to_json(expected_results, 'expected_results.json')

assert result == expected_results['TestL5PCEvaluator.test_eval']
assert result.keys(
) == expected_results['TestL5PCEvaluator.test_eval'].keys()

def teardown(self):
"""Teardown"""
Expand Down

0 comments on commit 71a94b0

Please # to comment.