Skip to content

Commit 0f1c3df

Browse files
authored
Distributions integration tests (#2617)
* Distributions integration tests * fix * fix * fix
1 parent 9a42901 commit 0f1c3df

File tree

3 files changed

+435
-0
lines changed

3 files changed

+435
-0
lines changed

.github/workflows/Integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
package:
4848
- Bijectors
4949
- DifferentiationInterface
50+
- Distributions
5051
- DynamicExpressions
5152
- Lux
5253
steps:
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[deps]
2+
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
3+
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
4+
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
5+
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
6+
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
7+
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
8+
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
9+
10+
[sources]
11+
Enzyme = {path = "../../.."}
12+
EnzymeCore = {path = "../../../lib/EnzymeCore"}
13+
14+
[compat]
15+
Distributions = "0.25"
16+
FillArrays = "1.13"
17+
FiniteDifferences = "0.12"
18+
PDMats = "0.11"
19+
StableRNGs = "1"

0 commit comments

Comments
 (0)