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

refactor: move iterator into new module #112

Merged
merged 7 commits into from
Jul 28, 2023

Conversation

tlambert03
Copy link
Member

This moves the iter_sequence function into a new module. Both for modularity, and also because I might play with speeding it up via mypyc

@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.05% 🎉

Comparison is base (58c3343) 96.67% compared to head (af4c503) 96.72%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #112      +/-   ##
==========================================
+ Coverage   96.67%   96.72%   +0.05%     
==========================================
  Files          12       13       +1     
  Lines         721      732      +11     
==========================================
+ Hits          697      708      +11     
  Misses         24       24              
Files Changed Coverage Δ
src/useq/_iter_sequence.py 100.00% <100.00%> (ø)
src/useq/_mda_sequence.py 97.50% <100.00%> (-1.27%) ⬇️
src/useq/_utils.py 96.15% <100.00%> (+1.70%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tlambert03 tlambert03 merged commit c3f0042 into pymmcore-plus:main Jul 28, 2023
18 checks passed
@tlambert03 tlambert03 deleted the split-iterator branch July 28, 2023 21:18
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.

1 participant