Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
j2whiting committed Aug 14, 2024
1 parent 752a368 commit 1d6a9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gollm/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def remove_references(text: str) -> str:
new_text = re.sub(pattern, "", text)
return new_text.strip()

def c(amr: dict):
def parse_param_initials(amr: dict):
try:
ode = amr['semantics']['ode']
except KeyError:
Expand Down

0 comments on commit 1d6a9f8

Please sign in to comment.