From cdce4fd09dd3cd56260c1cc59a4ed96c58b7e670 Mon Sep 17 00:00:00 2001 From: Jonas Hoersch Date: Mon, 22 Apr 2024 10:33:07 +0200 Subject: [PATCH] fix(workflow): Fix typo --- src/concordia/workflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/concordia/workflow.py b/src/concordia/workflow.py index 99b517c..5734721 100644 --- a/src/concordia/workflow.py +++ b/src/concordia/workflow.py @@ -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")