We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee80f4 commit c14b827Copy full SHA for c14b827
aeon/dj_pipeline/utils/tracking_utils.py
@@ -88,7 +88,7 @@ def get_region_value(region_name):
88
# 1) setup data for processing
89
df = df.sort_index()
90
ids = df["identity_name"].unique()
91
- if len(ids) == 2:
+ if len(ids) != 2:
92
raise ValueError(
93
"Expected exactly two identities, found: {}".format(ids)
94
)
0 commit comments