Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
Updated Error code = -3 message in stancode.jl. Fixed uuid CmdStan?
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Aug 14, 2018
1 parent 6ccffa4 commit da87e06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "CmdStan"
uuid = "b06cc8f0-5f5d-11e8-13db-4b9f44fd0782"
uuid = "593b3428-ca2f-500c-ae53-031589ec8ddd"
authors = ["Rob J Goedman <goedman@mac.com>"]
version = "4.1.0"

Expand Down
3 changes: 2 additions & 1 deletion src/main/stancode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ function stan(
catch
println("\nAn error occurred while compiling the Stan program.\n")
print("Please check your Stan program in variable '$(model.name)' ")
println("and the contents of $(tmpmodelname)_build.log.\n")
print("and the contents of $(tmpmodelname)_build.log.\n")
println("Note that Stan does not handle blanks in path names.")
error("Return code = -3");
end

Expand Down

0 comments on commit da87e06

Please sign in to comment.