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

What happens when unemployment parameters are None? #1118

Closed
sbenthall opened this issue Feb 23, 2022 · 10 comments
Closed

What happens when unemployment parameters are None? #1118

sbenthall opened this issue Feb 23, 2022 · 10 comments
Milestone

Comments

@sbenthall
Copy link
Contributor

PR #1112 enforces the presence of unemployment parameters as either floats or lists.

In some older notebooks and maybe other models, these parameters will be None.

What should happen in this case?

@llorracc
Copy link
Collaborator

In my view, instead of throwing an exception and halting exection (as now), the code should just allow variables to have a value of None. Possibly a message could be sent to the log (maybe with DEBUG priority) noting that fact.

@sbenthall
Copy link
Contributor Author

Is an Unemployment probability of None to be interpreted as a probability of 0?

@llorracc
Copy link
Collaborator

llorracc commented Feb 23, 2022 via email

@llorracc
Copy link
Collaborator

@Mv77,

I've merged your PR; so I think this issue is ready to be closed?

@Mv77
Copy link
Contributor

Mv77 commented Feb 24, 2022

HARK's tests passed. However, it is hard to know if the remarks and demarks have been completely fixed. Did the PR resolve the issues in the ones you were working with at least? If so, I'd close the issue.

@llorracc
Copy link
Collaborator

llorracc commented Feb 24, 2022 via email

@Mv77
Copy link
Contributor

Mv77 commented Feb 25, 2022

Did it work?

@llorracc
Copy link
Collaborator

llorracc commented Feb 25, 2022 via email

@Mv77
Copy link
Contributor

Mv77 commented Feb 25, 2022

I don't.

On a related note, I remember at some point last year you and Seb determined it would be good to make me a "committer" to HARK. I think this would have given me some extra permissions, but it ended up not happening.

@sbenthall sbenthall added this to the 1.0.0 milestone Jun 14, 2022
@mnwhite
Copy link
Contributor

mnwhite commented Jul 10, 2024

This issue was resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

4 participants