Matthew Mould

Results 2 issues of Matthew Mould

Imports from `sbi.neural_nets.*` result in a circular import due to the interactions between `sbi.utils.__init__.py` and `sbi.utils.get_nn_models` with `sbi.neural_nets`. E.g., `from sbi.neural_nets.flow import build_nsf` gives: ``` >>> from sbi.neural_nets.flow import build_nsf...

bug
hackathon

Running `bilby.run_sampler` with the `gwpopulation.hyperpe.HyperparameterLikelihood` fails with the `iid_spin` model when sampling in parameters that require the `gwpopulation.conversions.convert_to_beta_parameters` conversion function. This may be an issue with how bilby interacts with...

bug