Skip to content

Commit

Permalink
Merge pull request #4240 from MJedr/bump-inspire-utils
Browse files Browse the repository at this point in the history
update logging for affiliations
  • Loading branch information
MJedr authored Nov 24, 2022
2 parents bc1769d + 28687cd commit 96cfb0a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion inspirehep/modules/workflows/tasks/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ def _assign_institution_reference_to_affiliations(author_affiliations, already_m
def normalize_author_affiliations(obj, eng):
search = LiteratureSearch()
normalized_affiliations, ambiguous_affiliations = normalize_affiliations(
obj.data, search
obj.data, search, wf_id=obj.id
)
for author, normalized_affiliation in zip(
obj.data.get("authors", []), normalized_affiliations
Expand Down
17 changes: 9 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ inspire-matcher = "^9.0.15"
inspire-query-parser = "6.0.37"
inspire-schemas = ">=61.4.5"
inspire-service-orcid = "==9.*,>=9.0.0"
inspire-utils = "^3.0.29"
inspire-utils = "^3.0.32"
invenio-access = "==1.3.0"
invenio-accounts = "==1.1.1"
invenio-admin = "==1.1.2"
Expand Down

0 comments on commit 96cfb0a

Please sign in to comment.