tasoc / photometry

The TASOC Photometry Pipeline
https://tasoc.dk
GNU General Public License v3.0
18 stars 4 forks source link

Fix the multiprocessing freeze bug #32

Closed rhandberg closed 3 years ago

rhandberg commented 3 years ago

This fixes the multiprocessing freeze bug (issue #31). This fix has been tested on the super-computer, and seems to fix the issue.

codecov[bot] commented 3 years ago

Codecov Report

Merging #32 (fc6797b) into devel (322c83a) will increase coverage by 0.03%. The diff coverage is 84.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##            devel      #32      +/-   ##
==========================================
+ Coverage   84.47%   84.50%   +0.03%     
==========================================
  Files          33       33              
  Lines        4329     4331       +2     
==========================================
+ Hits         3657     3660       +3     
+ Misses        672      671       -1     
Impacted Files Coverage Δ
photometry/utilities.py 95.49% <66.66%> (-0.02%) :arrow_down:
photometry/todolist.py 84.38% <75.00%> (+0.05%) :arrow_up:
photometry/prepare.py 85.18% <100.00%> (+0.03%) :arrow_up:
run_ffimovie.py 90.27% <100.00%> (+0.03%) :arrow_up:
photometry/version.py 50.70% <0.00%> (+1.40%) :arrow_up:

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 322c83a...fc6797b. Read the comment docs.