Skip to content

Commit

Permalink
updated examples that were breaking before
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmloureiro committed Jul 1, 2024
1 parent d95d451 commit 779428e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/config_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ cov_options:
# ------
# Or you can also get it from a file
cov_type : 'SRD'
SRD_cov_path : './data/Y1_3x2_SRD_cov.npy'
SRD_cov_path : '../data/Y1_3x2_SRD_cov.npy'
# Or using TJPCov
#cov_type : 'tjpcov'
#IA : 0.0
Expand Down
2 changes: 1 addition & 1 deletion examples/srd_y1_3x2_like.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@


def build_likelihood(_):
like, S, tools = generate('./config_test.yml', return_all_outputs=True, force_read=True)
like, S, tools = generate('./config_test.yml', return_all_outputs=True)
return like

0 comments on commit 779428e

Please sign in to comment.