Skip to content

Commit

Permalink
fix(workflow): Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
coroa committed Apr 22, 2024
1 parent 3371b87 commit 953abfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/concordia/workflow.py
Expand Up @@ -141,7 +141,7 @@ def country_groups(
# there are three different types of variables now:
# 1. those that did not show up in the proxies (here with nan)
# 2. those that did not have any associated weight
# 3. those that had ome proxy weight for some countries
# 3. those that had proxy weight for some countries
variable_weights = variable_weights.rename_axis(
index={"sector": "short_sector"}
).pix.semijoin(variables, how="right")
Expand Down

0 comments on commit 953abfe

Please sign in to comment.