equinor / semeio

Semeio is a collection of jobs and workflow jobs used in ert (https://github.com/equinor/ert).
https://github.com/equinor/semeio
GNU General Public License v3.0
10 stars 27 forks source link

python3.12 tests fail with macos-14 arm but not macos-12 #616

Closed yngve-sk closed 1 month ago

yngve-sk commented 4 months ago

Should use macos-12

larsevj commented 3 months ago

Might be impacted by https://github.com/equinor/xtgeo/issues/1199 ?

larsevj commented 2 months ago

From what I can see at least some of the difference seems to come from scipi.interpolate.CloughTocher2DInterpolator, which produces different values on macos 14 arm. Not sure what to do about it, might need to just skip the test on mac?