JuliaFEM / JuliaFEM.jl

The JuliaFEM software library is a framework that allows for the distributed processing of large Finite Element Models across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage.
http://juliafem.github.io/JuliaFEM.jl/latest/
MIT License
249 stars 66 forks source link

Test fails with Julia 1.2.0 #232

Closed ahojukka5 closed 4 years ago

ahojukka5 commented 4 years ago

I just installed fresh Julia 1.2 and JuliaFEM. Looks that something is changed lately since one test is broken:

test_elasticity_tet10_stiffness_matrix.jl: Test Failed at /home/jukka/.julia/dev/JuliaFEM/test/test_elasticity_tet10_stiffness_matrix.jl:37
  Expression: isapprox(eigs, eigs_expected; atol=0.01)
   Evaluated: isapprox([-1.728716877277357e-13, -1.2754489648858844e-13, -7.029403329497854e-14, 4.177682417930835e-15, 1.2418689707605007e-13, 2.2304483756293766e-13, 2.2209948772105457, 6.933612747632824, 9.546823554352446, 16.635369466816083  …  745.7548912829383, 817.9045216925286, 1212.415134149769, 1264.3176590261176, 1632.485983884918, 2004.8457095580923, 2491.6642178098673, 2880.5596051811167, 4936.009948382468, 8809.449002653255], [8809.45, 4936.01, 2880.56, 2491.66, 2004.85, 1632.49, 1264.32, 1212.42, 817.905, 745.755  …  16.6354, 9.54682, 6.93361, 2.22099, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]; atol=0.01)
Stacktrace:
 [1] top-level scope at /home/jukka/.julia/dev/JuliaFEM/test/test_elasticity_tet10_stiffness_matrix.jl:37
 [2] include at ./boot.jl:328 [inlined]
 [3] include_relative(::Module, ::String) at ./loading.jl:1094
 [4] include(::Module, ::String) at ./Base.jl:31
 [5] include(::String) at ./client.jl:431
 [6] top-level scope at /home/jukka/.julia/dev/JuliaFEM/test/runtests.jl:59
 [7] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Test/src/Test.jl:1113
 [8] top-level scope at /home/jukka/.julia/dev/JuliaFEM/test/runtests.jl:59
 [9] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Test/src/Test.jl:1113
 [10] top-level scope at /home/jukka/.julia/dev/JuliaFEM/test/runtests.jl:7