opendatacube / datacube-wps

Web Processing Service running on opendatacube
Other
7 stars 3 forks source link

Fix wit dask multiloading #130

Closed emmaai closed 2 years ago

emmaai commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #130 (ff421e6) into master (0af7f07) will decrease coverage by 0.20%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #130      +/-   ##
==========================================
- Coverage   66.35%   66.15%   -0.21%     
==========================================
  Files           8        8              
  Lines         651      647       -4     
==========================================
- Hits          432      428       -4     
  Misses        219      219              
Impacted Files Coverage Δ
datacube_wps/processes/witprocess.py 61.31% <100.00%> (-1.10%) :arrow_down:
benjimin commented 2 years ago

It's hard to see what changed here, going to rebase..

benjimin commented 2 years ago

@emmaai I did something along the lines of git reset --soft master and re-commit, to try to clean up the git history. (Normally I would do something like git rebase master but the merge seemed to have confused the tool.) Does this still look ok to you now?