From 3568482266838b0f81574aaff58fe03d09e7cd61 Mon Sep 17 00:00:00 2001 From: Elias Carvalho Date: Fri, 15 Dec 2023 15:35:34 -0300 Subject: [PATCH] Fix typo --- src/cverror.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cverror.jl b/src/cverror.jl index 7bcaf40..7146f1d 100644 --- a/src/cverror.jl +++ b/src/cverror.jl @@ -20,7 +20,7 @@ struct InterpSetup{I,M} end """ - cverror(Lean, model, incols => outcols, geotable, method) + cverror(Learn, model, incols => outcols, geotable, method) cverror(Interpolate, model, geotable, method) cverror(InterpolateNeighbors, model, geotable, method)