Skip to content

Commit

Permalink
Support isless (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill authored Aug 6, 2024
1 parent fe43799 commit 61cb867
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/overloads/dual.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ for fn in (
:isfinite,
:isinf,
:isinteger,
:isless,
:ismissing,
:isnan,
:isnothing,
Expand Down
1 change: 1 addition & 0 deletions test/test_gradient.jl
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ NNLIB_ACTIVATIONS = union(NNLIB_ACTIVATIONS_S, NNLIB_ACTIVATIONS_F)
isfinite,
isinf,
isinteger,
isless,
ismissing,
isnan,
isnothing,
Expand Down
1 change: 1 addition & 0 deletions test/test_hessian.jl
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ include("tracers_definitions.jl")
isfinite,
isinf,
isinteger,
isless,
ismissing,
isnan,
isnothing,
Expand Down

0 comments on commit 61cb867

Please sign in to comment.