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 how Ensemble.batch processes on=None/str #203

Merged
merged 1 commit into from
Aug 25, 2023
Merged

Conversation

hombit
Copy link
Contributor

@hombit hombit commented Aug 24, 2023

This is a quick fix of a little bug in Ensemble.batch. However it would be nice to have better test coverage for on argument, which this PR does not provide

Closes #202

@hombit hombit requested a review from dougbrn August 24, 2023 16:57
@codecov
Copy link

codecov bot commented Aug 24, 2023

Codecov Report

Merging #203 (c6f367c) into main (b675119) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #203      +/-   ##
==========================================
+ Coverage   92.94%   92.95%   +0.01%     
==========================================
  Files          20       20              
  Lines        1049     1051       +2     
==========================================
+ Hits          975      977       +2     
  Misses         74       74              
Files Changed Coverage Δ
src/tape/ensemble.py 89.42% <100.00%> (+0.04%) ⬆️

Copy link
Collaborator

@dougbrn dougbrn left a comment

Choose a reason for hiding this comment

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

Looks good!

@hombit hombit force-pushed the fix-ensemble-batch-on branch from e2b5fae to c6f367c Compare August 24, 2023 20:42
@hombit hombit merged commit 61e31b7 into main Aug 25, 2023
@dougbrn dougbrn deleted the fix-ensemble-batch-on branch December 11, 2023 19:26
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.

Ensemble.batch processes "on" incorrectly
2 participants