High Quality Geophysical Analysis provides a general purpose Bayesian and deterministic inversion framework for various geophysical methods and spatially distributed / timeseries data
MIT License
39
stars
5
forks
source link
Stop constructor for OptionsNuisance messing with its arguments #4
Fixes issues discussed in #3. I've also added some tests for the OptionsNuisance constructor to check for regressions and basic functionality - we should think about tests for the nuisance sampler itself as well.
Good catch ... as we were only using Tempest earlier for nuisances within a loop of soundings, I fixed it further downstream than I should have here and bounds were not being assigned by reference ... this is a better place.
Fixes issues discussed in #3. I've also added some tests for the
OptionsNuisance
constructor to check for regressions and basic functionality - we should think about tests for the nuisance sampler itself as well.