Skip to content

Commit

Permalink
chore: apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
avik-pal and github-actions[bot] authored Nov 4, 2024
1 parent 5604efe commit b295faf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/MLDataDevices/test/xla_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ using ArrayInterface: parameterless_type
@test !MLDataDevices.functional(ReactantDevice)
@test cpu_device() isa CPUDevice
@test reactant_device() isa CPUDevice
@test_throws MLDataDevices.Internal.DeviceSelectionException reactant_device(; force=true)
@test_throws MLDataDevices.Internal.DeviceSelectionException reactant_device(;
force=true)
@test_throws Exception default_device_rng(ReactantDevice())
end

Expand Down

0 comments on commit b295faf

Please sign in to comment.