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 ncd write memory allocations, and error messages #320

Merged
merged 2 commits into from
Sep 27, 2022
Merged

Conversation

rafaqz
Copy link
Owner

@rafaqz rafaqz commented Sep 27, 2022

Closes #317

@ayushpatnaikgit try this branch and see if it fixes your problem, It reduces allocations in the write tests quite a lot.

@codecov-commenter
Copy link

codecov-commenter commented Sep 27, 2022

Codecov Report

Merging #320 (5546501) into main (098b75d) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #320      +/-   ##
==========================================
- Coverage   78.74%   78.73%   -0.01%     
==========================================
  Files          38       38              
  Lines        2950     2949       -1     
==========================================
- Hits         2323     2322       -1     
  Misses        627      627              
Impacted Files Coverage Δ
src/sources/ncdatasets.jl 82.03% <100.00%> (-0.07%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@rafaqz rafaqz merged commit 89b4aab into main Sep 27, 2022
@rafaqz rafaqz deleted the fix_ncd_write branch September 27, 2022 20:19
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.

Write seems to consume a lot of memory
2 participants