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
The style you use here https://github.com/lbittarello/Microeconometrics.jl/blob/master/src/estimation/logit.jl#L93 and other places is no longer valid. I suggest you seed your constructor
TwiceDifferentiable(f, g!, fg!, h!, β, eltype(β))
for now. The last positional argument eltype(β) shouldn't be there, that's a bug. I'll add the following constructor asap.
eltype(β)
TwiceDifferentiable(f, g!, fg!, h!, β)
The text was updated successfully, but these errors were encountered:
Constructor version two should work now
Sorry, something went wrong.
7355d90
Thanks for the warning!
No branches or pull requests
The style you use here https://github.com/lbittarello/Microeconometrics.jl/blob/master/src/estimation/logit.jl#L93 and other places is no longer valid. I suggest you seed your constructor
for now. The last positional argument
eltype(β)
shouldn't be there, that's a bug. I'll add the following constructor asap.The text was updated successfully, but these errors were encountered: