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

Regression in ultra2ultra with identical orders #202

Closed
jishnub opened this issue Mar 26, 2023 · 1 comment
Closed

Regression in ultra2ultra with identical orders #202

jishnub opened this issue Mar 26, 2023 · 1 comment

Comments

@jishnub
Copy link
Member

jishnub commented Mar 26, 2023

On v0.15

julia> ultra2ultra([0.0, 1.0], 1, 1)
2-element Vector{Float64}:
 NaN
 NaN

vs on v0.14

julia> ultra2ultra([0.0, 1.0], 1, 1)
2-element Vector{Float64}:
 0.0
 1.0
dlfivefifty added a commit that referenced this issue Mar 27, 2023
@dlfivefifty
Copy link
Member

Fixed.

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

No branches or pull requests

2 participants