Skip to content

Commit

Permalink
update example config
Browse files Browse the repository at this point in the history
  • Loading branch information
hvasbath committed Jan 11, 2018
1 parent 44a70aa commit 3ece57d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions data/examples/FullMT/config_geometry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ problem_config: !beat.ProblemConfig
h_any_P_T: !beat.heart.Parameter
name: h_any_P_T
form: Uniform
lower: [-3.0]
upper: [6.0]
testvalue: [1.5]
lower: [-20.0]
upper: [20.0]
testvalue: [0.0]
h_any_P_Z: !beat.heart.Parameter
name: h_any_P_Z
form: Uniform
lower: [-3.0]
upper: [5.0]
testvalue: [1.0]
lower: [-20.0]
upper: [20.0]
testvalue: [0.0]
priors:
depth: !beat.heart.Parameter
name: depth
Expand Down Expand Up @@ -128,7 +128,7 @@ seismic_config: !beat.SeismicConfig
- !beat.WaveformFitConfig
include: true
name: any_P
channels: [Z, T]
channels: [Z]
filterer: !beat.heart.Filter
lower_corner: 0.01
upper_corner: 0.1
Expand Down Expand Up @@ -184,7 +184,7 @@ sampler_config: !beat.SamplerConfig
stage: 0
proposal_dist: MultivariateNormal
check_bnd: true
update_covariances: false
update_covarsiances: false
rm_flag: true
hyper_sampler_config: !beat.SamplerConfig
name: Metropolis
Expand Down

0 comments on commit 3ece57d

Please sign in to comment.