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

Fix constructor arguments in ParallelReactionModel #96

Merged
merged 3 commits into from
Aug 13, 2024

Conversation

kmaziarz
Copy link
Contributor

One of the more rarely used capabilities of our codebase is running multi-GPU inference during single-step evaluation. Testing this part of code requires having a GPU, and so ParallelReactionModel was not covered by unit tests, and it broke at some point during refactoring of the model classes. This PR adds simple tests for it and fixes the issue.

Copy link
Collaborator

@AustinT AustinT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM Kris!

@kmaziarz
Copy link
Contributor Author

By the way, with this PR the overall test coverage went from 91% to 92% 😄

@kmaziarz kmaziarz merged commit 38f475f into main Aug 13, 2024
5 checks passed
@kmaziarz kmaziarz deleted the kmaziarz/fix-parallel-model branch August 13, 2024 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants