Skip to content

Commit 3e06ee3

Browse files
committed
Turn back on inbounds
1 parent 2d167fb commit 3e06ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Equation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ function string_variable(feature, variable_names)
245245
if variable_names === nothing
246246
return "x" * string(feature)
247247
else
248-
return @inbounds(variable_names[feature])
248+
return variable_names[feature]
249249
end
250250
end
251251

0 commit comments

Comments
 (0)