Skip to content

Commit

Permalink
Merge pull request #828 from SciML/ap/no_dkjht
Browse files Browse the repository at this point in the history
fix: no printing "dkjht"
  • Loading branch information
Vaibhavdixit02 authored Sep 22, 2024
2 parents 39fa5fb + 6a64323 commit 6f58ccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module OptimizationOptimisersMLDataDevicesExt
using MLDataDevices
using OptimizationOptimisers

OptimizationOptimisers.isa_dataiterator(::DeviceIterator) = (@show "dkjht"; true)
OptimizationOptimisers.isa_dataiterator(::DeviceIterator) = true

end

0 comments on commit 6f58ccf

Please sign in to comment.