Skip to content

Commit

Permalink
CRAN release v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
saudiwin committed Jul 10, 2019
1 parent 3099a5d commit 7bf90f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/stan_files/irt_standard.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define MODELS_HPP
#define STAN__SERVICES__COMMAND_HPP
#include <rstan/rstaninc.hpp>
// Code generated by Stan version 2.18.0
// Code generated by Stan version 2.18.1

#include <stan/model/model_header.hpp>

Expand Down
2 changes: 1 addition & 1 deletion src/stan_files/irt_standard_noid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define MODELS_HPP
#define STAN__SERVICES__COMMAND_HPP
#include <rstan/rstaninc.hpp>
// Code generated by Stan version 2.18.0
// Code generated by Stan version 2.18.1

#include <stan/model/model_header.hpp>

Expand Down
4 changes: 2 additions & 2 deletions src/stan_files/sim_gp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define MODELS_HPP
#define STAN__SERVICES__COMMAND_HPP
#include <rstan/rstaninc.hpp>
// Code generated by Stan version 2.18.0
// Code generated by Stan version 2.18.1

#include <stan/model/model_header.hpp>

Expand Down Expand Up @@ -168,7 +168,7 @@ stan::io::program_reader prog_reader__() {
current_statement_begin__ = 16;
stan::model::assign(cov,
stan::model::cons_list(stan::model::index_uni(n), stan::model::nil_index_list()),
add(cov_exp_quad(x,alpha,get_base1(rho,n,"rho",1)),diag_matrix(rep_vector(1e-010,T))),
add(cov_exp_quad(x,alpha,get_base1(rho,n,"rho",1)),diag_matrix(rep_vector(1e-10,T))),
"assigning variable cov");
current_statement_begin__ = 18;
stan::model::assign(L_cov,
Expand Down

0 comments on commit 7bf90f3

Please sign in to comment.