This repository was archived by the owner on Jun 24, 2022. It is now read-only.
This repository was archived by the owner on Jun 24, 2022. It is now read-only.
type Fixed has no field value #36
Closed
Description
There seems to be a small typo in jacobian.jl and hessian.jl
map(arg -> arg isa Fixed ?
arg.value : tag(arg, ctx, one(TermCombination)), args)...)
since Fixed
has only a field val
. Either the type Fixed
or these lines have to be changed.
Metadata
Metadata
Assignees
Labels
No labels