Skip to content

Commit

Permalink
Remove outdated and unused Stan interface and tests (#1880)
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Aug 24, 2022
1 parent c621695 commit 3531d75
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 150 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/StanCI.yml

This file was deleted.

10 changes: 0 additions & 10 deletions src/Turing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@ using .Inference
include("variational/VariationalInference.jl")
using .Variational

# TODO: re-design `sample` interface in MCMCChains, which unify CmdStan and Turing.
# Related: https://github.com/TuringLang/Turing.jl/issues/746
#@init @require CmdStan="593b3428-ca2f-500c-ae53-031589ec8ddd" @eval begin
# @eval Utilities begin
# using ..Turing.CmdStan: CmdStan, Adapt, Hmc
# using ..Turing: HMC, HMCDA, NUTS
# include("utilities/stan-interface.jl")
# end
# end

@init @require DynamicHMC="bbc10e6e-7c05-544b-b16e-64fede858acb" begin
@eval Inference begin
import ..DynamicHMC
Expand Down
88 changes: 0 additions & 88 deletions src/utilities/stan-interface.jl

This file was deleted.

2 changes: 0 additions & 2 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ AdvancedMH = "5b7e9947-ddc0-4b3f-9b55-0d8042f74170"
AdvancedPS = "576499cb-2369-40b2-a588-c64705576edc"
AdvancedVI = "b5ca4192-6429-45e5-a2d9-87aec30a685c"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
CmdStan = "593b3428-ca2f-500c-ae53-031589ec8ddd"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DistributionsAD = "ced4e74d-a319-5a8a-b0ac-84af2272839c"
DynamicHMC = "bbc10e6e-7c05-544b-b16e-64fede858acb"
Expand Down Expand Up @@ -37,7 +36,6 @@ AdvancedMH = "0.6"
AdvancedPS = "0.3"
AdvancedVI = "0.1"
Clustering = "0.14"
CmdStan = "6.0.8"
Distributions = "0.25"
DistributionsAD = "0.6.3"
DynamicHMC = "2.1.6, 3.0"
Expand Down
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ macro timeit_include(path::AbstractString) :(@timeit TIMEROUTPUT $path include($
end

@testset "utilities" begin
# include("utilities/stan-interface.jl")
@timeit_include("inference/utilities.jl")
end
end
Expand Down
7 changes: 0 additions & 7 deletions test/utilities/stan-interface.jl

This file was deleted.

0 comments on commit 3531d75

Please sign in to comment.