Skip to content

Commit

Permalink
Add regression test for LazyArrays (#246)
Browse files Browse the repository at this point in the history
* Add LazyArrays to test dependencies

* Load LazyArrays
  • Loading branch information
devmotion authored Jun 10, 2023
1 parent e559ac2 commit a80fdb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand All @@ -22,6 +23,7 @@ Combinatorics = "1.0.2"
Distributions = "0.25.15"
FiniteDifferences = "0.11.3, 0.12"
ForwardDiff = "0.10.12"
LazyArrays = "1"
PDMats = "0.10.1, 0.11"
ReverseDiff = "1.4.4"
StatsFuns = "0.9.6, 1"
Expand Down
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ using DistributionsAD
using Combinatorics
using Distributions
using PDMats
import LazyArrays

using Random, LinearAlgebra, Test

Expand Down

0 comments on commit a80fdb8

Please sign in to comment.