Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove use of eval in tests #116

Merged
merged 4 commits into from
Jun 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ForwardDiff_Tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
env:
STAGE: ForwardDiff_Tracker
GROUP: AD
AD: ForwardDiff_Tracker
3 changes: 2 additions & 1 deletion .github/workflows/ReverseDiff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
env:
STAGE: ReverseDiff
GROUP: AD
AD: ReverseDiff
3 changes: 2 additions & 1 deletion .github/workflows/Zygote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ jobs:
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
env:
STAGE: Zygote
GROUP: AD
AD: Zygote
16 changes: 7 additions & 9 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,28 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"

[compat]
ArgCheck = "1, 2.0"
Combinatorics = "1.0"
Compat = "3.0"
Adapt = "1"
ArgCheck = "1, 2"
Compat = "3"
Distributions = "0.23.3"
DistributionsAD = "0.6"
ForwardDiff = "0.10.3"
MappedArrays = "0.2.2"
NNlib = "0.6"
Reexport = "0.2"
Requires = "0.5, 1"
Roots = "0.8.4, 1.0"
Roots = "0.8.4, 1"
StatsFuns = "0.8, 0.9.3"
Tracker = "0.2.3"
Zygote = "0.4.10"
julia = "1"

[extras]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
devmotion marked this conversation as resolved.
Show resolved Hide resolved
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DistributionsAD = "ced4e74d-a319-5a8a-b0ac-84af2272839c"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[targets]
test = ["ForwardDiff", "Test", "Tracker", "DistributionsAD", "Zygote", "Combinatorics", "ReverseDiff"]
test = ["Adapt", "ForwardDiff", "Test", "Tracker", "DistributionsAD", "Zygote", "Combinatorics", "ReverseDiff", "FiniteDiff"]
162 changes: 0 additions & 162 deletions test/ad/ad_test_utils.jl

This file was deleted.