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

Change kw.data -> values(kw) #17

Merged
merged 1 commit into from
Jul 4, 2021
Merged

Change kw.data -> values(kw) #17

merged 1 commit into from
Jul 4, 2021

Conversation

mcabbott
Copy link
Contributor

This should fix the following warning on Julia nightly:

┌ Warning: use values(kwargs) and keys(kwargs) instead of kwargs.data and kwargs.itr

@codecov
Copy link

codecov bot commented Jun 20, 2021

Codecov Report

Merging #17 (71e6bf2) into master (a269905) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   88.30%   88.31%   +0.01%     
==========================================
  Files           7        7              
  Lines         718      719       +1     
==========================================
+ Hits          634      635       +1     
  Misses         84       84              
Impacted Files Coverage Δ
src/mapreduce.jl 93.44% <ø> (ø)
src/Strided.jl 65.00% <0.00%> (+1.84%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a269905...71e6bf2. Read the comment docs.

@Jutho Jutho merged commit 515ba7f into Jutho:master Jul 4, 2021
@Jutho
Copy link
Owner

Jutho commented Jul 4, 2021

Thanks!

@mcabbott mcabbott deleted the patch-1 branch July 4, 2021 22:30
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