Closed gibsramen closed 3 years ago
https://github.com/gibsramen/BIRDMAn/blob/e7bd19b7aee6ea2c7010b75bebcc2c13c3b4c012/birdman/model_base.py#L61-L62
If num_warmup is passed explicitly, no self.num_warmup attribute is created which causes issues in _fit_serial and _fit_parallel.
num_warmup
self.num_warmup
_fit_serial
_fit_parallel
https://github.com/gibsramen/BIRDMAn/blob/e7bd19b7aee6ea2c7010b75bebcc2c13c3b4c012/birdman/model_base.py#L61-L62
If
num_warmup
is passed explicitly, noself.num_warmup
attribute is created which causes issues in_fit_serial
and_fit_parallel
.