Skip to content

Commit

Permalink
tests for TuringTarget
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimerzp committed Sep 17, 2024
1 parent f6ec122 commit fc9def4
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 184 deletions.
28 changes: 16 additions & 12 deletions examples/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.3"
manifest_format = "2.0"
project_hash = "5177bbf03a4a71a85df496c00cbc72a2f68848a4"
project_hash = "f17aa7ba2fe12643b9915fc244fc2af1ca233917"

[[deps.ADTypes]]
git-tree-sha1 = "99a6f5d0ce1c7c6afdb759daa30226f71c54f6b0"
Expand Down Expand Up @@ -46,24 +46,28 @@ uuid = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
version = "0.4.5"

[[deps.Accessors]]
deps = ["CompositionsBase", "ConstructionBase", "Dates", "InverseFunctions", "LinearAlgebra", "MacroTools", "Markdown", "Test"]
git-tree-sha1 = "f61b15be1d76846c0ce31d3fcfac5380ae53db6a"
deps = ["CompositionsBase", "ConstructionBase", "InverseFunctions", "LinearAlgebra", "MacroTools", "Markdown"]
git-tree-sha1 = "b392ede862e506d451fc1616e79aa6f4c673dab8"
uuid = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
version = "0.1.37"
version = "0.1.38"

[deps.Accessors.extensions]
AccessorsAxisKeysExt = "AxisKeys"
AccessorsDatesExt = "Dates"
AccessorsIntervalSetsExt = "IntervalSets"
AccessorsStaticArraysExt = "StaticArrays"
AccessorsStructArraysExt = "StructArrays"
AccessorsTestExt = "Test"
AccessorsUnitfulExt = "Unitful"

[deps.Accessors.weakdeps]
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[[deps.Adapt]]
Expand Down Expand Up @@ -978,9 +982,9 @@ version = "2.1.1"

[[deps.LogDensityProblemsAD]]
deps = ["DocStringExtensions", "LogDensityProblems"]
git-tree-sha1 = "b7ed3c79069465fe40ab6a4a75804cce7a839feb"
git-tree-sha1 = "457e6b347a87bfcd25a9eaf44a7bd5415559582f"
uuid = "996a588d-648d-4e1f-a8f0-a84b347e47b1"
version = "1.10.0"
version = "1.10.1"

[deps.LogDensityProblemsAD.extensions]
LogDensityProblemsADADTypesExt = "ADTypes"
Expand Down Expand Up @@ -1127,9 +1131,9 @@ version = "0.9.20"

[[deps.ManifoldsBase]]
deps = ["LinearAlgebra", "Markdown", "Printf", "Random", "Requires"]
git-tree-sha1 = "000599aeb2406f7c63085f4904b9736e52f5795b"
git-tree-sha1 = "3edd590e67c7bcf6e17104b7c5356d7bad2ca120"
uuid = "3362f125-f0bb-47a3-aa74-596ffd7ef2fb"
version = "0.15.15"
version = "0.15.16"

[deps.ManifoldsBase.extensions]
ManifoldsBasePlotsExt = "Plots"
Expand Down Expand Up @@ -1600,9 +1604,9 @@ version = "0.5.1+0"

[[deps.Roots]]
deps = ["Accessors", "CommonSolve", "Printf"]
git-tree-sha1 = "455bc2a1eef4095b7e05c7666c92c9fcbefd842a"
git-tree-sha1 = "3a7c7e5c3f015415637f5debdf8a674aa2c979c4"
uuid = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
version = "2.2.0"
version = "2.2.1"

[deps.Roots.extensions]
RootsChainRulesCoreExt = "ChainRulesCore"
Expand Down Expand Up @@ -1845,9 +1849,9 @@ version = "0.2.2"

[[deps.SymbolicUtils]]
deps = ["AbstractTrees", "ArrayInterface", "Bijections", "ChainRulesCore", "Combinatorics", "ConstructionBase", "DataStructures", "DocStringExtensions", "DynamicPolynomials", "IfElse", "LinearAlgebra", "MultivariatePolynomials", "NaNMath", "Setfield", "SparseArrays", "SpecialFunctions", "StaticArrays", "SymbolicIndexingInterface", "TermInterface", "TimerOutputs", "Unityper"]
git-tree-sha1 = "9d983078d9e99421fcca44c373e4304b8421fdde"
git-tree-sha1 = "635cc663e7913678362a6e34bfab5f9b8feb97c4"
uuid = "d1185830-fcd6-423d-90d6-eec64667417b"
version = "3.6.0"
version = "3.7.0"

[deps.SymbolicUtils.extensions]
SymbolicUtilsLabelledArraysExt = "LabelledArrays"
Expand Down
Loading

0 comments on commit fc9def4

Please sign in to comment.