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

revert opening/closing pickle file at each generation #459

Merged
merged 1 commit into from
May 10, 2023

Conversation

AurelienJaquier
Copy link
Collaborator

Opening/closing files can create a load on the file system if we have multiple optimisations in parallel. Reverting to opening the files once should ease it a little bit

@AurelienJaquier AurelienJaquier self-assigned this May 10, 2023
@codecov-commenter
Copy link

codecov-commenter commented May 10, 2023

Codecov Report

Merging #459 (e05b26e) into master (3a28ef9) will increase coverage by 0.03%.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##           master     #459      +/-   ##
==========================================
+ Coverage   87.43%   87.47%   +0.03%     
==========================================
  Files          50       50              
  Lines        4323     4319       -4     
==========================================
- Hits         3780     3778       -2     
+ Misses        543      541       -2     
Impacted Files Coverage Δ
bluepyopt/deapext/optimisationsCMA.py 81.88% <0.00%> (+1.16%) ⬆️
bluepyopt/deapext/algorithms.py 100.00% <100.00%> (ø)

@AurelienJaquier AurelienJaquier merged commit a15387c into master May 10, 2023
@AurelienJaquier AurelienJaquier deleted the revertpickle branch May 10, 2023 11:09
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.

3 participants