File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2121OrderedCollections = " bac558e1-5e72-5ebc-8fee-abe8a469f55d"
2222PrecompileTools = " aea7be01-6a6a-4083-8856-8a6e6704d82a"
2323Preferences = " 21216c6a-2e73-6563-6e65-726566657250"
24+ PrettyTables = " 08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
2425Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2526ReactantCore = " a3311ec8-5e00-46d5-b541-4f83e724a433"
2627Reactant_jll = " 0192cb87-2b54-54ad-80e0-3be72ad8a3c0"
@@ -103,6 +104,7 @@ OneHotArrays = "0.2.10"
103104OrderedCollections = " 1"
104105PrecompileTools = " 1.2"
105106Preferences = " 1.4.3"
107+ PrettyTables = " 3.1.0"
106108PythonCall = " 0.9.25"
107109Random = " 1.10"
108110Random123 = " 1.7"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments