Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
output/

*~
# Project specific
lrsystem_output/
Expand Down
2 changes: 1 addition & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ firing_pin_impression_cmc_lrsystem: &firing_pin_impression_cmc_lrsystem
select:
method: lrmodule.helpers.select_marktype_cmc
mcmc:
method: lrmodule.mcmc.McmcLLRModel
method: mcmc
# parameters copied from MCMC test
distribution_h1: betabinomial
parameters_h1:
Expand Down Expand Up @@ -113,7 +113,7 @@ breech_face_impression_cmc_lrsystem: &breech_face_impression_cmc_lrsystem
select:
method: lrmodule.helpers.select_marktype_cmc
mcmc:
method: lrmodule.mcmc.McmcLLRModel
method: mcmc
# parameters copied from MCMC test
distribution_h1: betabinomial
parameters_h1:
Expand Down