stefanradev93 / BayesFlow

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

Sequential Simulator Tests #178

Closed Chase-Grajeda closed 3 weeks ago

Chase-Grajeda commented 3 weeks ago

Implement changes for Jira BF-35 Added tests for the SequentialSimulator class

Changes: test_simulators/test_simulators.py

simulators/sequential_simulator.py

Notes: These are very basic tests for general usage, so feel free to suggest more interesting ones or error catching