Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bkorycki committed Dec 18, 2024
1 parent fcdb319 commit 6960c45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modelgauge/tests/safe_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,7 @@ class SafeTestVersion1(BaseSafeTestVersion1):


def register_tests(cls, evaluator=None):
for _locale in Locale:
locale = _locale.value
for locale in Locale:
for hazard in cls.hazards:
for prompt_set in PROMPT_SETS:
test_uid = BaseSafeTestVersion1.create_uid(hazard, locale, prompt_set, evaluator)
Expand Down

0 comments on commit 6960c45

Please sign in to comment.