We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/probcomp/sppl/blob/efff34fb3d3703247dd7001c36970069c5ac3825/src/spe.py#L53-L54 Also change memo is False to memo in [False, None]
memo is False
memo in [False, None]
The text was updated successfully, but these errors were encountered:
Fix #118: event_factor_to_event -> event_factor typo in spe.memoize
6017f97
No branches or pull requests
https://github.com/probcomp/sppl/blob/efff34fb3d3703247dd7001c36970069c5ac3825/src/spe.py#L53-L54
Also change
memo is False
tomemo in [False, None]
The text was updated successfully, but these errors were encountered: