Skip to content

Commit

Permalink
activate PRIVATE MODE
Browse files Browse the repository at this point in the history
  • Loading branch information
dhosterman committed Oct 2, 2024
1 parent 2ab96d8 commit e8773a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modelbench/hazards.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def tests(self, secrets: RawSecrets) -> List[BaseTest]:
if self.hazard_key is None:
raise (NotImplementedError("must set hazard key"))
if not self._tests:
self._tests = [TESTS.make_instance(f"safe-{self.hazard_key}-1.0", secrets=secrets)]
self._tests = [TESTS.make_instance(f"safe-{self.hazard_key}-1.0-private", secrets=secrets)]
return self._tests


Expand Down

0 comments on commit e8773a5

Please sign in to comment.