You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the seven (or six) jobs where the tests pass, the type of the array says that the entries are Int64, as in the above output, whereas the entries are Any in the (first) failed job.
I would understand if the type would be Array{Any,2} since Julia 1.3, but I cannot reproduce this Any situation in Julia 1.3 or Julia 1.4.
And how can it happen that the test result depends on the used GAP?
The text was updated successfully, but these errors were encountered:
The (first) failure at https://github.com/oscar-system/GAP.jl/pull/300/checks?check_run_id=322748382 looks strange.
My interpretation is that first GAP's
GAPToJulia
creates a nested array of the following structure.Then Julia's
hcat
turns the nested array into a 2-dimensional array.In the seven (or six) jobs where the tests pass, the type of the array says that the entries are
Int64
, as in the above output, whereas the entries areAny
in the (first) failed job.I would understand if the type would be
Array{Any,2}
since Julia 1.3, but I cannot reproduce thisAny
situation in Julia 1.3 or Julia 1.4.And how can it happen that the test result depends on the used GAP?
The text was updated successfully, but these errors were encountered: