Skip to content

Commit

Permalink
fix: naming
Browse files Browse the repository at this point in the history
  • Loading branch information
maffettone committed Apr 13, 2024
1 parent 2480632 commit b463dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bmm_agents/monarch_pdf_subject.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(

@property
def name(self):
return f"{self.name_prefix}KMeansPDFMonarchBMMSubject"
return f"{self.name_prefix}KMeansBMMMonarchPDFSubject"

@property
def pdf_control(self):
Expand Down

0 comments on commit b463dfa

Please sign in to comment.