Skip to content

Commit

Permalink
Merge pull request #623 from termi-official/do/istree-error
Browse files Browse the repository at this point in the history
Fix faulty istree deprecation
  • Loading branch information
ChrisRackauckas authored Jul 17, 2024
2 parents b697fd5 + 9541a58 commit 10c1c6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/SymbolicUtils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ using TermInterface
import TermInterface: iscall, isexpr, issym, symtype, head, children,
operation, arguments, metadata, maketerm

const istree = iscall
Base.@deprecate_binding istree iscall
Base.@deprecate istree iscall
export istree, operation, arguments, sorted_arguments, similarterm, iscall
# Sym, Term,
# Add, Mul and Pow
Expand Down

0 comments on commit 10c1c6f

Please sign in to comment.