jump-dev / MatrixOptInterface.jl

An interface to pass matrix form problems
MIT License
11 stars 4 forks source link

format and int generic for x86 #13

Closed matbesancon closed 3 years ago

matbesancon commented 3 years ago

This should resolve the current fail on x86, hard-coded Int64 blocked conversions

matbesancon commented 3 years ago

We will also see if the error observed on nightly has been fixed

codecov[bot] commented 3 years ago

Codecov Report

Merging #13 (f183976) into master (4cd3593) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #13   +/-   ##
=======================================
  Coverage   82.97%   82.97%           
=======================================
  Files           5        5           
  Lines         276      276           
=======================================
  Hits          229      229           
  Misses         47       47           
Impacted Files Coverage Δ
src/MatrixOptInterface.jl 88.00% <ø> (ø)
src/matrix_input.jl 98.41% <ø> (ø)
src/conic_form.jl 78.94% <100.00%> (ø)

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 4cd3593...f183976. Read the comment docs.

matbesancon commented 3 years ago

So COSMO.jl seems to be the cause of test failure on x86 architecture. And latest has some broken JLL artifacts.