Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix simulation to allow a dict for dataset #54

Merged
merged 2 commits into from
Dec 6, 2024

Conversation

mikesmit
Copy link
Collaborator

@mikesmit mikesmit commented Dec 5, 2024

fixes #53

in the example from index.ipnyb we use dataset as a dict for household cacluations.

In the code we were failing to correctly handle this case.

This happening, in part, because the type hint was wrong, but since most of the type hints are wrong I'm fixing the bug first and will come back to address the type hints.

fixes 53

in the example from index.ipnyb we use dataset as a dict for household
cacluations.

In the code we were failing to correctly handle this case.

This happening, in part, because the type hint was wrong, but since most
of the type hints are wrong I'm fixing the bug first and will come back
to address the type hints.
@mikesmit mikesmit force-pushed the 53_household_example_broken branch from 999a4a7 to d96b2db Compare December 5, 2024 22:48
Copy link
Contributor

@nikhilwoodruff nikhilwoodruff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks- I filed #57 since I think we're missing the GH action that runs make changelog automatically. But I ran it locally here and committed the result.

@nikhilwoodruff nikhilwoodruff merged commit eb0818e into main Dec 6, 2024
2 checks passed
@nikhilwoodruff nikhilwoodruff deleted the 53_household_example_broken branch December 6, 2024 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Household example simulation in docs fails to run
2 participants