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

C-style arrays #166

Merged
merged 7 commits into from
Apr 29, 2022
Merged

C-style arrays #166

merged 7 commits into from
Apr 29, 2022

Conversation

tamasgal
Copy link
Member

Fixes #165

@codecov
Copy link

codecov bot commented Apr 26, 2022

Codecov Report

Merging #166 (d2a045a) into master (81b6ca9) will increase coverage by 0.17%.
The diff coverage is 90.00%.

@@            Coverage Diff             @@
##           master     #166      +/-   ##
==========================================
+ Coverage   90.53%   90.71%   +0.17%     
==========================================
  Files          11       11              
  Lines        1542     1561      +19     
==========================================
+ Hits         1396     1416      +20     
+ Misses        146      145       -1     
Impacted Files Coverage Δ
src/displays.jl 78.26% <0.00%> (+2.17%) ⬆️
src/custom.jl 97.87% <93.75%> (-0.85%) ⬇️
src/root.jl 93.80% <100.00%> (+0.07%) ⬆️

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 81b6ca9...d2a045a. Read the comment docs.

@Moelf Moelf changed the title [WIP] C-style arrays C-style arrays Apr 29, 2022
@Moelf Moelf merged commit 13a1bd0 into master Apr 29, 2022
@Moelf Moelf deleted the c-style-arrays branch April 29, 2022 14:46
Moelf added a commit to Moelf/UnROOT.jl that referenced this pull request Jun 23, 2022
* Add samples for issue 165

* fix C-stype array

* fix io

Co-authored-by: Jerry Ling <proton@jling.dev>
Moelf added a commit to aminnj/UnROOT.jl that referenced this pull request Jun 23, 2022
* Add samples for issue 165

* fix C-stype array

* fix io

Co-authored-by: Jerry Ling <proton@jling.dev>
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.

Problem with reading branches of C-style arrays
2 participants