BAMresearch / bayem

Implementation and derivation of "Variational Bayesian inference for a nonlinear forward model." [Chappell et al. 2008] for arbitrary, user-defined model errors.
MIT License
2 stars 1 forks source link

fix indentation bug #99

Closed joergfunger closed 1 year ago

joergfunger commented 1 year ago

fixed issue #98.

TTitscher commented 1 year ago

Seems like I am no longer member of this repo and cannot push directly. To fix the CI, try specifying the version in setup.cfg like

    hypothesis <=6.31.5

which works on my machine. Another approach would be to remove the fuzzy testing at all and only test a limited set of deterministic cases. If you see the log, it tries to create a very pointless distribution...

joergfunger commented 1 year ago

Just added you again, don’t know why you have been kicked out.

joergfunger commented 1 year ago

If we change the limits to 1e-4, it works as well. Could we find a way to have the automatic testing select distributions that are not pointless (I guess this is the problem rather than a specific version of the libraries).

joergfunger commented 1 year ago

I'm also not able to accept the merge request I've created thus in order to merge someone else (@TTitscher or @ajafarihub ) needs to accept.