Skip to content

Commit 4f55bd5

Browse files
committed
fix removed overwriting
1 parent bb309df commit 4f55bd5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/models.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,3 @@ function get_cutoff_radius(x::Lux.AbstractExplicitLayer)
118118
get_preprocessing(x).fun.kargs[:cutoff_radius]
119119
end
120120
get_cutoff_radius(x::Lux.StatefulLuxLayer) = get_cutoff_radius(x.model)
121-
function get_cutoff_radius(x::Lux.AbstractExplicitLayer)
122-
get_preprocessing(x).fun.kargs[:cutoff_radius]
123-
end
124-
get_cutoff_radius(x::Lux.StatefulLuxLayer) = get_cutoff_radius(x.model)

0 commit comments

Comments
 (0)