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 BroadcastedInvertedIndex for InvertedIndex broadcasting #25

Merged
merged 8 commits into from
Sep 4, 2021

Conversation

bkamins
Copy link
Member

@bkamins bkamins commented Sep 2, 2021

Fixes #15

@bkamins
Copy link
Member Author

bkamins commented Sep 2, 2021

@nalimilan - I have added the list of expected scenarios in tests.

Also it seems this repo does not have a CI set up. Do you easily know how to add GitHub Actions? (I never remember it) Thank you!

src/InvertedIndices.jl Outdated Show resolved Hide resolved
src/InvertedIndices.jl Outdated Show resolved Hide resolved
src/InvertedIndices.jl Show resolved Hide resolved
Co-authored-by: Milan Bouchet-Valat <[email protected]>
src/InvertedIndices.jl Outdated Show resolved Hide resolved
src/InvertedIndices.jl Outdated Show resolved Hide resolved
src/InvertedIndices.jl Outdated Show resolved Hide resolved
test/runtests.jl Outdated Show resolved Hide resolved
Copy link
Member

@nalimilan nalimilan left a comment

Choose a reason for hiding this comment

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

We need #26 for CI.

src/InvertedIndices.jl Outdated Show resolved Hide resolved
src/InvertedIndices.jl Outdated Show resolved Hide resolved
Co-authored-by: Milan Bouchet-Valat <[email protected]>
@bkamins
Copy link
Member Author

bkamins commented Sep 4, 2021

Fixed. However the CI does not seem to trigger :)

@nalimilan nalimilan closed this Sep 4, 2021
@nalimilan nalimilan reopened this Sep 4, 2021
@nalimilan
Copy link
Member

That was because at #26 I copied a config for main rather than master. I've renamed the default branch to main, and that seems to work.

@bkamins bkamins merged commit ff02824 into main Sep 4, 2021
@bkamins bkamins deleted the bkamins-patch-1 branch September 4, 2021 21:33
@bkamins
Copy link
Member Author

bkamins commented Sep 4, 2021

Thank you!

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.

Allow broadcasting of Not
2 participants