Skip to content

Commit 7e57045

Browse files
committed
fix: missing dep
1 parent 0fc462d commit 7e57045

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2121
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
2222
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
2323
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
24+
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
2425
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2526
ReactantCore = "a3311ec8-5e00-46d5-b541-4f83e724a433"
2627
Reactant_jll = "0192cb87-2b54-54ad-80e0-3be72ad8a3c0"
@@ -103,6 +104,7 @@ OneHotArrays = "0.2.10"
103104
OrderedCollections = "1"
104105
PrecompileTools = "1.2"
105106
Preferences = "1.4.3"
107+
PrettyTables = "3.1.0"
106108
PythonCall = "0.9.25"
107109
Random = "1.10"
108110
Random123 = "1.7"

src/Profiler.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ macro profile(ex)
340340
quote
341341
# TODO: optionally compile the code first and profile
342342

343-
Reactant.Profiler.with_profiler($(esc(profile_dir))) do
343+
$(with_profiler)($(esc(profile_dir))) do
344344
$(esc(ex))
345345
end
346346

0 commit comments

Comments
 (0)