Skip to content

Commit

Permalink
Corrected exception
Browse files Browse the repository at this point in the history
  • Loading branch information
ttusar committed Dec 19, 2024
1 parent 58c7385 commit 6b80cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regression-test/test_loggers.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def regression_test_match_words(old_word, new_word, accuracy=1e-6):
If they don't, checks whether they match as floats with the given accuracy
"""
exceptions = {'bbob-old': 'bbob'}
exceptions = {'bbob-old': 'bbob', 'bbob_old': 'bbob'}

old_word = old_word.strip('\'')
new_word = new_word.strip('\'')
Expand Down

0 comments on commit 6b80cac

Please sign in to comment.