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

refactored trim() out of expand #67

Merged
merged 10 commits into from
Apr 13, 2021
Merged

refactored trim() out of expand #67

merged 10 commits into from
Apr 13, 2021

Conversation

gfudenberg
Copy link
Member

bioframe/ops.py Outdated Show resolved Hide resolved
bioframe/ops.py Outdated Show resolved Hide resolved
bioframe/ops.py Show resolved Hide resolved
bioframe/ops.py Outdated Show resolved Hide resolved
bioframe/ops.py Outdated Show resolved Hide resolved
bioframe/ops.py Outdated Show resolved Hide resolved
bioframe/ops.py Outdated Show resolved Hide resolved
df,
min_sep,
max_sep,
min_interjacent=None,
Copy link
Member

Choose a reason for hiding this comment

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

double check if Nezar hasn't already changed this name in one of @agalitsyna 's PRs

tests/test_ops.py Show resolved Hide resolved
@gfudenberg
Copy link
Member Author

need to determine upper limit handling for trim, either clip both sides at both limits, or clip intervals such that lower<upper:
image

Copy link
Member

@golobor golobor left a comment

Choose a reason for hiding this comment

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

Das ist gut!!

@golobor golobor merged commit a4fc688 into open2c:master Apr 13, 2021
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.

expand modifies the df in place
2 participants