Skip to content

Commit

Permalink
bug fix, be concrete
Browse files Browse the repository at this point in the history
  • Loading branch information
svilupp committed Dec 5, 2024
1 parent c003dc5 commit a58a567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/llm_tracer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ end
end

# TODO: add aitools tracer tests
function calculator(x::Number, y::Number; operation::String = "add")
function calculator(x::Float64, y::Float64; operation::String = "add")
operation == "add" ?
x + y :
throw(ArgumentError("Unsupported operation"))
Expand Down

0 comments on commit a58a567

Please sign in to comment.