Skip to content

Commit

Permalink
Rel 2.2.0 - Windows testing
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Jan 9, 2021
1 parent 79a469d commit f4c2f04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "StanVariational"
uuid = "6ede68ce-8466-5085-8a79-4c4de3d9cf4a"
authors = ["Rob J Goedman <goedman@mac.com>"]
version = "2.1.4"
version = "2.2.0"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down
4 changes: 2 additions & 2 deletions src/stanmodel/VariationalModel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Create a VariationalModel.
```
"""
struct VariationalModel <: CmdStanModels
mutable struct VariationalModel <: CmdStanModels
@shared_fields_stanmodels
method::Variational
end
Expand All @@ -48,7 +48,7 @@ function VariationalModel(
StanBase.update_model_file(joinpath(tmpdir, "$(name).stan"), strip(model))

output_base = joinpath(tmpdir, name)
exec_path = output_base
exec_path = StanBase.executable_path(output_base)
cmdstan_home = get_cmdstan_home()

error_output = IOBuffer()
Expand Down

0 comments on commit f4c2f04

Please sign in to comment.