Skip to content

Commit

Permalink
Don't test BFloat16.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Oct 2, 2023
1 parent 6022476 commit de37d82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/numbers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2901,6 +2901,7 @@ end
let float_types = Set()
allsubtypes!(Base, AbstractFloat, float_types)
allsubtypes!(Core, AbstractFloat, float_types)
filter!(!isequal(Core.BFloat16), float_types) # defined externally
@test !isempty(float_types)

for T in float_types
Expand Down

0 comments on commit de37d82

Please sign in to comment.