KeyError: 'nburn' from emcee sampler
Had to reinstall 0.3.2, all is working now. nburn situation is fixed in this latest version!
Designs
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Atul Divakarla changed the description
changed the description
- Maintainer
Hi @atul.divakarla can you tell us which version you're using, I think this may have been fixed recently, see https://git.ligo.org/lscsoft/bilby/blob/master/bilby/core/sampler/base_sampler.py#L443.
- Author
Using bilby 0.3.1 . I just downloaded 0.3.2 to try and test it out on one of the injection examples, but I get an error from the likelihood function:
File "/anaconda3/lib/python3.6/site-packages/bilby/gw/detector.py", line 198, in append super(InterferometerList, self).append(interferometer)
TypeError: super(type, obj): obj must be an instance or subtype of type
- Maintainer
Which example specifically? In general the more information the better with bug reports.
Edited by Colm Talbot - Author
Sorry! I ran it on create_your_own_source_model and basic_tutorial. Just cut copy pasted, and after updating to 0.3.2 I received that error.
- Moritz Huebner added Bug label
added Bug label
- Moritz Huebner changed milestone to %0.4.0
changed milestone to %0.4.0
- Maintainer
@atul.divakarla Can you paste a minimal failing example in here? We can't manage to reproduce your issue right now.
- Atul Divakarla changed the description
changed the description
- Atul Divakarla closed
closed
- Author
Hi Moritz,
I closed the issue on git because after re-installing bilby 0.3.2 and likelihood bug was fixed and the emcee sampler was working.
Thanks, Atul