Skip to content

Commit

Permalink
test: missing test_info import
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Dec 14, 2024
1 parent d5db24c commit db47189
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_operators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ end
using Random: MersenneTwister
using Suppressor: @capture_err
using LoopVectorization: LoopVectorization as _
include("test_params.jl")

binary_operators = [plus, sub, mult, /, ^, greater, logical_or, logical_and, cond]
unary_operators = [square, cube, log, log2, log10, log1p, sqrt, atanh, acosh, neg, relu]
Expand Down

0 comments on commit db47189

Please sign in to comment.