Skip to content

Commit

Permalink
fix: Renamed trace_graph to compile as it hasn't been renamed in the …
Browse files Browse the repository at this point in the history
…binary yet
  • Loading branch information
vedpatwardhan authored Oct 3, 2023
1 parent 5f02175 commit 3c8274c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivy/compiler/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def trace_graph(
0.0001785755157470703
"""

from ._compiler import trace_graph as _trace_graph
from ._compiler import compile as _trace_graph

return _trace_graph(
*objs,
Expand Down

0 comments on commit 3c8274c

Please sign in to comment.