Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sequential Simulator Tests #178

Conversation

Chase-Grajeda
Copy link
Collaborator

@Chase-Grajeda Chase-Grajeda commented Jul 1, 2024

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

Changes:
test_simulators/test_simulators.py

  • Added test_sequential_simulators to test for correct key and shape output in the returned dictionary

simulators/sequential_simulator.py

  • Removed extra whitespace about import statements

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

Added test_sequential_simulators to test_simulators/test_simulators.py.
Removed extra whitespace in seqential_simulator.py
@Chase-Grajeda Chase-Grajeda added the unit tests A new set of tests needs to be added. label Jul 1, 2024
@Chase-Grajeda Chase-Grajeda self-assigned this Jul 1, 2024
@Chase-Grajeda Chase-Grajeda marked this pull request as ready for review July 1, 2024 15:44
@LarsKue LarsKue merged commit dbc5222 into stefanradev93:streamlined-backend Jul 5, 2024
1 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unit tests A new set of tests needs to be added.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants