Skip to content

Commit

Permalink
Merge pull request #946 from ranocha/ranocha-patch-1
Browse files Browse the repository at this point in the history
replace deprecated get_symbolify by get_rewrites
  • Loading branch information
shashi authored Sep 23, 2023
2 parents be1169a + 5bd32d1 commit cebef6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build_function.jl
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function _build_function(target::JuliaTarget, op, args...;
end
end

SymbolicUtils.Code.get_symbolify(x::Arr) = SymbolicUtils.Code.get_symbolify(unwrap(x))
SymbolicUtils.Code.get_rewrites(x::Arr) = SymbolicUtils.Code.get_rewrites(unwrap(x))

function _build_function(target::JuliaTarget, op::Union{Arr, ArrayOp}, args...;
conv = toexpr,
Expand Down

0 comments on commit cebef6d

Please sign in to comment.