MilesCranmer / DispatchDoctor.jl

The dispatch doctor prescribes type stability
Apache License 2.0
128 stars 6 forks source link

fix zygote incompatibility with warnings #37

Closed avik-pal closed 3 weeks ago

avik-pal commented 3 weeks ago

The show_warning can also be written as

@non_differentiable show_warning(::Any...)

for consistency.