Skip to content

Conversation

@mzgubic
Copy link
Member

@mzgubic mzgubic commented Jul 27, 2022

Copy link
Member

@devmotion devmotion left a comment

Choose a reason for hiding this comment

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

LGTM 🙂


function test_approx(z::AbstractZero, x::AbstractArray{<:AbstractArray}, msg=""; kwargs...)
for el in x
test_approx(el, z, msg; kwargs...)
Copy link
Member

Choose a reason for hiding this comment

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

Doesn't matter but arguably a bit more consistent would be

Suggested change
test_approx(el, z, msg; kwargs...)
test_approx(z, el, msg; kwargs...)

@mzgubic mzgubic merged commit 6925da1 into main Jul 27, 2022
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.

3 participants