Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 71a94b0

Browse files
committed
Changed l5pc eval test to only compare keys to reflect old behavior
1 parent a09de09 commit 71a94b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bluepyopt/tests/test_l5pc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ def test_eval(self):
128128
# expected_results['TestL5PCEvaluator.test_eval'] = result
129129
# dump_to_json(expected_results, 'expected_results.json')
130130

131-
assert result == expected_results['TestL5PCEvaluator.test_eval']
131+
assert result.keys(
132+
) == expected_results['TestL5PCEvaluator.test_eval'].keys()
132133

133134
def teardown(self):
134135
"""Teardown"""

0 commit comments

Comments
 (0)