Skip to content

Commit d8d4b95

Browse files
author
Closed-Limelike-Curves
committed
Remove unecessary compat entries
1 parent 229612c commit d8d4b95

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.lh/src/TuringHelpers.jl.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"activeCommit": 0,
44
"commits": [
55
{
6-
"activePatchIndex": 29,
6+
"activePatchIndex": 30,
77
"patches": [
88
{
99
"date": 1626565365953,
@@ -124,6 +124,10 @@
124124
{
125125
"date": 1626629940766,
126126
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -52,11 +52,10 @@\n \n \"\"\"\n function psis_loo(\n ll_fun::Function, \n- chains::Chains, \n- args...;\n- kwargs...\n+ chains::Chains\n+ [, args...; kwargs...]\n ) -> PsisLoo\n \n Use Pareto-Smoothed Importance Sampling to calculate the leave-one-out cross validation\n score from an MCMCChain object and a Turing model. \n"
127+
},
128+
{
129+
"date": 1626830147336,
130+
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,5 +1,4 @@\n-using Tables\n using .Turing, .MCMCChains\n export pointwise_log_likelihoods\n \n const TURING_LOOP_WARN = \"\"\"\n"
127131
}
128132
],
129133
"date": 1626565365953,

Project.toml

-4
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,8 @@ Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"
1515
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
1616
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1717
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
18-
SortingAlgorithms = "a2af1166-a08f-5f64-846c-94a0d3cef48c"
1918
SortingLab = "562c1548-17b8-5b69-83cf-d8aebec229f5"
20-
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
2119
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
22-
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
23-
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
2420
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
2521

2622
[compat]

src/TuringHelpers.jl

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using Tables
21
using .Turing, .MCMCChains
32
export pointwise_log_likelihoods
43

0 commit comments

Comments
 (0)