stefanradev93 / BayesFlow

A Python library for amortized Bayesian workflows using generative neural networks.
https://bayesflow.org/
MIT License
346 stars 50 forks source link

Add tests for model comparison #140

Open elseml opened 7 months ago

elseml commented 7 months ago

Currently, test_inference_networks.py only tests InvertibleNetwork. Tests should also cover the model comparison classes EvidentialNetwork and PMPNetwork. Likewise, test_amortizers.py does not cover AmortizedModelComparison at the moment.