Skip to content

Commit

Permalink
match boost macro
Browse files Browse the repository at this point in the history
  • Loading branch information
ygeunkim committed Oct 24, 2024
1 parent 1992dc4 commit 406e509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def find_module(base_dir):
sources=[os.path.join(root, cpp_file)],
define_macros=[
('EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS', None),
('BOOST_DISABLE_ASSERTS', None)
('BOOST_ENABLE_ASSERT_HANDLER', None)
],
include_dirs=[
include_path,
Expand Down
2 changes: 1 addition & 1 deletion python/tests/test_bayes.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_var_bayes():
help_var_bayes(
dim_data, var_lag, data, num_chains, num_threads, num_iter, num_burn, thin, intercept, minnesota,
SsvsConfig(), LdltConfig(),
data_out, n_ahead, False, False, False
data_out, n_ahead, True, True, True
)
help_var_bayes(
dim_data, var_lag, data, num_chains, num_threads, num_iter, num_burn, thin, intercept, minnesota,
Expand Down

0 comments on commit 406e509

Please sign in to comment.