Skip to content

Commit

Permalink
Update mlj_model_interface.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
OkonSamuel authored Nov 13, 2024
1 parent de94844 commit a630c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mlj_model_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ mutable struct LisasBuilder
end

# UndefVarError accepts two inputs from julia > v"1.9"
_UndefVarError(var, scope) = @static if VERSION <= v"1.9"
_UndefVarError(var, scope) = @static if VERSION < v"1.10"
UndefVarError(var)
else
UndefVarError(var, scope)
Expand Down

0 comments on commit a630c52

Please sign in to comment.