-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add ifelse allocations broadcast test #1352
Conversation
7744ec7
to
a7201d2
Compare
bors try |
Thanks! This looks great, but I'm seeing unexpected passes for all of the cases! |
tryBuild failed: |
Maybe mine is setup wrong, it looks like it's not allocating on buildkite. |
Make sure you try (from
julia> ]
to make sure your test env is configured correctly! |
I made sure the env was setup correctly, then included the file, but then I got allocations for the exponent tests:
This turned out to be an issue with ClimaComms - see: CliMA/ClimaComms.jl#55 |
bors try |
tryBuild failed: |
bors try |
tryBuild succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
bors try |
tryBuild failed: |
5088409
to
6fb066e
Compare
bors try |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
bors r+ |
tryBuild succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Adds a simple test to see when ifelse() allocates when broadcasted.