Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
add bandit logger
Browse files Browse the repository at this point in the history
  • Loading branch information
schmit committed May 30, 2024
1 parent 42090d4 commit 0203cbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/03_bandit.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ class LocalLogger(AssignmentLogger):
def log_assignment(self, assignment_event):
print(assignment_event)

def log_bandit_assignment(self, bandit_assignment):
print(bandit_assignment)


client_config = Config(api_key=EPPO_API_KEY, assignment_logger=LocalLogger())

Expand Down

0 comments on commit 0203cbf

Please sign in to comment.