You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,6 @@ Note that the links-to-existing-GitHub-issues in the table are also defined in t
26
26
The workflow is the most complicated part of this repository.
27
27
This section attempts to explain it from the 'bottom up'; if you prefer a 'top down' approach start by looking at the GitHub Action workflow, `.github/workflows/test.yml`.
28
28
29
-
Firstly, there is library code for running the benchmarks.
30
-
This is in `lib.jl`; it should (in the near future) be put directly into DynamicPPL.jl.
31
-
Until then, it has to live here.
32
-
33
29
Under the hood, the main thing that actually runs the AD tests / benchmarks is `main.jl`.
34
30
You can run `julia --project=. main.jl` and it will print some usage information.
35
31
However, it is the Python script `ad.py` that controls how this Julia script is called.
0 commit comments