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 coverage with custom cols1 #170

Merged
merged 4 commits into from
Dec 22, 2023
Merged

fix coverage with custom cols1 #170

merged 4 commits into from
Dec 22, 2023

Conversation

sergpolly
Copy link
Member

coverage fails when custom cols1=(ck1, sk1, ek1) are provided, because underlying overlap returns columns f"overlap_{sk1}, "overlap_{ek1}", and not "overlap_start", "overlap_end" like it says in the docstring
Screenshot from 2023-10-11 09-35-42

`coverage` fails when custom `cols1=(ck1, sk1, ek1)` are provided, because underlying `overlap` returns columns `f"overlap_{sk1}, "overlap_{ek1}"`, and not `"overlap_start", "overlap_end"` like it says in the docstring
@gfudenberg
Copy link
Member

nice catch @sergpolly !
worth adding a test?

@sergpolly
Copy link
Member Author

fixes #173 , custom cols test added

@gfudenberg gfudenberg self-requested a review December 21, 2023 23:58
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@gfudenberg gfudenberg merged commit 6ffeb6d into main Dec 22, 2023
6 checks passed
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