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

order=1 seems børked #66

Closed
stevengj opened this issue Feb 7, 2023 · 1 comment · Fixed by #71
Closed

order=1 seems børked #66

stevengj opened this issue Feb 7, 2023 · 1 comment · Fixed by #71
Labels

Comments

@stevengj
Copy link
Member

stevengj commented Feb 7, 2023

This seems wrong:

julia> quadgk_count(x -> 1, 0, 1, order=1)
(2.4444444444019076, 0.5555555555356156, 23333345)
@stevengj stevengj added the bug label Feb 7, 2023
@stevengj
Copy link
Member Author

stevengj commented Feb 8, 2023

Okay, the problem is that the unrolling in evalrule assumed a higher order.

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

Successfully merging a pull request may close this issue.

1 participant