Skip to content

Commit

Permalink
Added Mamba and Gadfly back in
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Apr 17, 2018
1 parent 9ffa3ec commit f01bc4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
julia 0.6.0
Documenter 0.10.0
#Mamba 0.10
#Gadfly 0.5.2
Mamba 0.10
Gadfly 0.5.2
BinDeps 0.4.3
Compat 0.17
@osx Homebrew 0.4.0
4 changes: 2 additions & 2 deletions test/test_fixed_param.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Stan
using Mamba, Stan

ProjDir = dirname(@__FILE__);
cd(ProjDir)
Expand Down Expand Up @@ -34,6 +34,6 @@ dat = Dict("T"=>T,"y0"=>y0,"phi"=>phi,"sigma"=>sigma);
stanmodel= Stanmodel(name = "ar1", model = ar1, Sample(algorithm=Stan.Fixed_param()));
rc, sim1 = stan(stanmodel, [dat], ProjDir, CmdStanDir=CMDSTAN_HOME);

#rc == 0 && describe(sim1)
rc == 0 && describe(sim1)

isdir("tmp") && rm("tmp", recursive=true);

0 comments on commit f01bc4a

Please sign in to comment.