- Jul 31, 2018
-
-
Vivien Raymond authored
-
Colm Talbot authored
Rework ci See merge request Monash/tupak!125
-
Colm Talbot authored
-
- Jul 28, 2018
-
-
Moritz Huebner authored
Minor fix to the creating of `outdir` See merge request Monash/tupak!123
-
Gregory Ashton authored
-
- Jul 27, 2018
-
-
Moritz Huebner authored
Clean up of the init See merge request Monash/tupak!121
-
Gregory Ashton authored
The sampler no longer, by default, creates an ourput directory
-
- Jul 26, 2018
-
-
Gregory Ashton authored
Previously, outdir was checked and if-not-existing created in a few different places in two different ways. This (a) makes them all use the same method (namely the utils function) and (b) places a check-and-creation call before every tupak output. This will ensure that changes elsewhere in the code won't cause bugs in the future. Also, if you choose not to save anything, it won't just make an empty directory.
-
Colm Talbot authored
fix bug if sampling frequency isn't set See merge request Monash/tupak!122
-
Colm Talbot authored
-
Colm Talbot authored
Clean up saved output See merge request Monash/tupak!120
-
Colm Talbot authored
Clean up dynesty Closes #150 See merge request Monash/tupak!118
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Moritz Huebner authored
Closing various issues Closes #140, #139, and #137 See merge request Monash/tupak!119
-
MoritzThomasHuebner authored
-
Gregory Ashton authored
-
Gregory Ashton authored
1. Removes the samples - these are duplicates of the posterior data frame 2. Adds option to save the results. For large MC runs, it's not always neccersery to save the output. 3.
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Moritz Huebner authored
Clean up of setup Closes #146 See merge request Monash/tupak!117
-
Gregory Ashton authored
-
Colm Talbot authored
Closes #141 Closes #141 See merge request Monash/tupak!112
-
- Jul 25, 2018
-
-
Gregory Ashton authored
1. Explicit with/without check pointing functions 2. Closes #150 if timing is not succesful it defaults to no checkpointing 3. General clean up of some doc strings 4. General clean up and commenting of kwargs setup
-
Gregory Ashton authored
This was rarely used and should instead be implemented as another sampler.
-
Gregory Ashton authored
The attempt to capture git version information is not much more robust. If any error is raised, the error is printed, but won't break the install. This means if, for example, git it not installed then it will still work.
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Moritz Huebner authored
Resolve "Use of `scipy.special._ufuncs.i0e`" Closes #149 See merge request Monash/tupak!116
-
MoritzThomasHuebner authored
-
Moritz Huebner authored
Various improvements to the GaussianLikelihood See merge request Monash/tupak!115
-
MoritzThomasHuebner authored
-
MoritzThomasHuebner authored
-
MoritzThomasHuebner authored
-
MoritzThomasHuebner authored
-
Gregory Ashton authored
keys() now returns a dict_keys object which is a view. So when the actual keys are updated, so is this, but we do not want that behaviour.
-
Gregory Ashton authored
1) If sigma is not given, then it will not be sampled over (or a warning raised that you didn't specify a prior for sigma). 2) Comments added to explain the logic throughout 3) Tests added for the Gaussian likelihood
-
Gregory Ashton authored
Hyper fix See merge request Monash/tupak!114
-