LCSB-BioCore / GigaSOM.jl

Huge-scale, high-performance flow cytometry clustering in Julia
http://git.io/GigaSOM.jl
Apache License 2.0
31 stars 9 forks source link

fix compathelper #206

Closed exaexa closed 2 years ago

exaexa commented 2 years ago

CompatHelper needs version bump in order to continue working correctly with jl 1.8.

Workflow success here: https://github.com/LCSB-BioCore/GigaSOM.jl/runs/8064942617

Previous workflow fails can be seen eg here: https://github.com/LCSB-BioCore/GigaSOM.jl/runs/8061694827

Due to completely CI-only nature of this I suggest skipping develop to avoid the overhead and merge right into master.

codecov[bot] commented 2 years ago

Codecov Report

Merging #206 (e584018) into master (dd00899) will decrease coverage by 0.87%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #206      +/-   ##
==========================================
- Coverage   93.67%   92.80%   -0.88%     
==========================================
  Files           8        8              
  Lines         411      389      -22     
==========================================
- Hits          385      361      -24     
- Misses         26       28       +2     
Impacted Files Coverage Δ
src/io/input.jl 86.74% <0.00%> (-4.51%) :arrow_down:
src/base/trainutils.jl 95.12% <0.00%> (-0.44%) :arrow_down:
src/analysis/core.jl 94.73% <0.00%> (-0.20%) :arrow_down:
src/io/splitting.jl 100.00% <0.00%> (ø)
src/io/process.jl 87.93% <0.00%> (+0.05%) :arrow_up:
src/analysis/embedding.jl 95.60% <0.00%> (+0.70%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

exaexa commented 2 years ago

develop counterpart: #207