You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A ValueError occurs when executing the Matching model with a Dataset object in HypEx. The error message indicates a length mismatch in the expected vs. new index values.
Steps To Reproduce
Create a Dataset object with specific roles.
Pass the dataset to the Matching model.
Execute mtchng_mdl.execute(data=hypex_df).
Observe the ValueError.
Expected Behavior
The Matching model should execute without errors, correctly handling dataset indexing.
🐛 Bug Description
A
ValueError
occurs when executing theMatching
model with aDataset
object in HypEx. The error message indicates a length mismatch in the expected vs. new index values.Steps To Reproduce
Dataset
object with specific roles.Matching
model.mtchng_mdl.execute(data=hypex_df)
.ValueError
.Expected Behavior
The
Matching
model should execute without errors, correctly handling dataset indexing.Environment
Additional Context
Full traceback:
Possible Solution
Potential issues:
index
values align correctly between merged datasets.Bias.execute()
.Code Sample
Checklist
The text was updated successfully, but these errors were encountered: