From b64019bd08a4e902b5716fe8deb513193078b53b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20S=C3=A1nchez=20Ram=C3=ADrez?= Date: Thu, 8 Aug 2024 11:30:50 +0200 Subject: [PATCH] Fix monkey-patch warning on precompilation with `ChainRulesTestUtils` --- ext/TenetChainRulesTestUtilsExt.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/TenetChainRulesTestUtilsExt.jl b/ext/TenetChainRulesTestUtilsExt.jl index 8fdef1b0b..1565387e0 100644 --- a/ext/TenetChainRulesTestUtilsExt.jl +++ b/ext/TenetChainRulesTestUtilsExt.jl @@ -1,3 +1,5 @@ +__precompile__(false) + module TenetChainRulesTestUtilsExt using Tenet