Skip to content

Commit 41e7e27

Browse files
author
Closed-Limelike-Curves
committed
Fix dependencies
1 parent 85d58bc commit 41e7e27

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Project.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1111
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
1212

1313
[compat]
14-
julia = "1.6"
14+
julia = "^ 1.6"
15+
LoopVectorization = "^ 0.12.37"
16+
Tullio = "^ 0.2.14"
17+
MCMCChains = "^ 4.12.0"
1518

1619
[extras]
1720
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

src/ESS.jl

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ end
2525
function psis_n_eff(
2626
weights::AbstractVector{T},
2727
r_eff::AbstractVector{T}
28-
) ->
28+
) -> AbstractVector{T}
2929
"""
30-
3130
function psis_n_eff(
3231
weights::AbstractVector{T},
3332
r_eff::AbstractVector{T},

0 commit comments

Comments
 (0)