From d8b9515ecdac1e488df238ca515081dcd593e16b Mon Sep 17 00:00:00 2001 From: Mason Protter Date: Wed, 24 Jan 2024 17:13:50 +0100 Subject: [PATCH] trigger CI --- src/ChainRules.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ChainRules.jl b/src/ChainRules.jl index 6d33a22e7..5d2ee586d 100644 --- a/src/ChainRules.jl +++ b/src/ChainRules.jl @@ -14,7 +14,6 @@ using RealDot: realdot using SparseArrays using Statistics using StructArrays - # Basically everything this package does is overloading these, so we make an exception # to the normal rule of only overload via `ChainRulesCore.rrule`. import ChainRulesCore: rrule, frule