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

Add/feature(repeats+doube_runs) #45

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from
Open

Add/feature(repeats+doube_runs) #45

wants to merge 9 commits into from

Conversation

AHReccese
Copy link
Member

Reference Issues/PRs

#40 #41

What does this implement/fix? Explain your changes.

Any other comments?

@AHReccese AHReccese added this to the opr v0.3 milestone Jan 15, 2025
@AHReccese AHReccese self-assigned this Jan 15, 2025
This was linked to issues Jan 15, 2025
@AHReccese AHReccese changed the title Add/feature Add/feature(repeats+doube_runs) Jan 15, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jan 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (adce824) to head (2163746).

Additional details and impacted files
@@            Coverage Diff            @@
##               dev       #45   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          155       176   +21     
  Branches        21        25    +4     
=========================================
+ Hits           155       176   +21     

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

@AHReccese AHReccese marked this pull request as ready for review January 16, 2025 17:10
opr/primer.py Outdated Show resolved Hide resolved
opr/primer.py Outdated Show resolved Hide resolved
@@ -225,6 +228,43 @@ def single_runs(self):
self._single_runs[base] = single_run_length(self._sequence, base)
return self._single_runs

@property
def double_runs(self):
Copy link
Member

Choose a reason for hiding this comment

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

@AHReccese Please update test_cache.py file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Repeats Method [Feature]: Double Runs
3 participants