-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
I ran the tests locally and got a lot of warnings and errors, but the tests passed. We should clean these up. Potentially a good use of AI assistants.
Testing Running tests...
Test Summary: | Pass Total Time
CombinatorialMaps | 19 19 7.6s
Test Summary: | Pass Total Time
SimplicialSets | 267 267 44.7s
Test Summary: | Pass Broken Total Time
ExteriorCalculus | 703 4 707 2m06.5s
WARNING: using Meshes.volume in module TestMeshInterop conflicts with an existing identifier.
WARNING: using Meshes.Mesh in module TestMeshInterop conflicts with an existing identifier.
┌ Warning: EmbeddedDeltaSet2D mesh will use 3D points, setting z-coordinate to 0
└ @ CombinatorialSpacesDelaunayTriangulationExt ~/github/AlgebraicJulia/CombinatorialSpaces.jl/ext/CombinatorialSpacesDelaunayTriangulationExt.jl:9
┌ Warning: EmbeddedDeltaSet2D mesh will use 3D points, setting z-coordinate to 0
└ @ CombinatorialSpacesDelaunayTriangulationExt ~/github/AlgebraicJulia/CombinatorialSpaces.jl/ext/CombinatorialSpacesDelaunayTriangulationExt.jl:9
┌ Error: Mesh contains non-triangular elements
└ @ CombinatorialSpacesMeshesExt ~/github/AlgebraicJulia/CombinatorialSpaces.jl/ext/CombinatorialSpacesMeshesExt.jl:28
WARNING: Method definition PNG(Any...) in module Compose at /Users/fairbanksj/.julia/packages/Compose/eWKZh/src/Compose.jl:138 overwritten at /Users/fairbanksj/.julia/packages/Compose/eWKZh/src/cairo_backends.jl:208.
WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Compose.PNG), Any...) in module Compose at /Users/fairbanksj/.julia/packages/Compose/eWKZh/src/Compose.jl:138 overwritten at /Users/fairbanksj/.julia/packages/Compose/eWKZh/src/cairo_backends.jl:208.
WARNING: Method definition PDF(Any...) in module Compose at /Users/fairbanksj/.julia/packages/Compose/eWKZh/src/Compose.jl:138 overwritten at /Users/fairbanksj/.julia/packages/Compose/eWKZh/src/cairo_backends.jl:208.
WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Compose.PDF), Any...) in module Compose at /Users/fairbanksj/.julia/packages/Compose/eWKZh/src/Compose.jl:138 overwritten at /Users/fairbanksj/.julia/packages/Compose/eWKZh/src/cairo_backends.jl:208.
WARNING: Method definition PS(Any...) in module Compose at /Users/fairbanksj/.julia/packages/Compose/eWKZh/src/Compose.jl:138 overwritten at /Users/fairbanksj/.julia/packages/Compose/eWKZh/src/cairo_backends.jl:208.
WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Compose.PS), Any...) in module Compose at /Users/fairbanksj/.julia/packages/Compose/eWKZh/src/Compose.jl:138 overwritten at /Users/fairbanksj/.julia/packages/Compose/eWKZh/src/cairo_backends.jl:208.
Test Summary: | Pass Total Time
Meshes | 152 152 1m09.4s
[ Info: CUDA tests were not run, since CUDA.functional() is false.
┌ Error: Exception while generating log record in module Main.RunTests.TestOperatorsCUDA at /Users/fairbanksj/github/AlgebraicJulia/CombinatorialSpaces.jl/test/Backends.jl:195
│ exception =
│ CUDA driver not found
│ Stacktrace:
│ [1] error(s::String)
│ @ Base ./error.jl:35
│ [2] functional(show_reason::Bool)
│ @ CUDA ~/.julia/packages/CUDA/TPbi4/src/initialization.jl:24
│ [5] include(mod::Module, _path::String)
│ @ Base ./Base.jl:557
│ [6] include(x::String)
│ @ Main.RunTests ~/github/AlgebraicJulia/CombinatorialSpaces.jl/test/runtests.jl:1
│ [7] macro expansion
│ @ ~/github/AlgebraicJulia/CombinatorialSpaces.jl/test/runtests.jl:25 [inlined]
│ [8] macro expansion
│ @ ~/.julia/juliaup/julia-1.11.5+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined]
│ [9] top-level scope
│ @ ~/github/AlgebraicJulia/CombinatorialSpaces.jl/test/runtests.jl:25
│ [10] include(fname::String)
│ @ Main ./sysimg.jl:38
│ [11] top-level scope
│ @ none:6
│ [12] eval
│ @ ./boot.jl:430 [inlined]
│ [13] exec_options(opts::Base.JLOptions)
│ @ Base ./client.jl:296
│ [14] _start()
│ @ Base ./client.jl:531
└ @ Main.RunTests.TestOperatorsCUDA ~/github/AlgebraicJulia/CombinatorialSpaces.jl/test/Backends.jl:195
Resolving package versions...
Installed ObjectiveC ───────── v3.4.2
Installed LLVMDowngrader_jll ─ v0.6.0+1
Installed Metal ────────────── v1.9.1
Downloaded artifact: LLVMDowngrader
Updating `/private/var/folders/r2/vrm7b7551lz2_k9glgxs51wd0bg2hx/T/jl_TgcRx9/Project.toml`
[dde4c033] + Metal v1.9.1
Updating `/private/var/folders/r2/vrm7b7551lz2_k9glgxs51wd0bg2hx/T/jl_TgcRx9/Manifest.toml`
[523fee87] + CodecBzip2 v0.8.5
[dde4c033] + Metal v1.9.1
[e86c9b32] + ObjectiveC v3.4.2
[f52de702] + LLVMDowngrader_jll v0.6.0+1
Precompiling project...
7 dependencies successfully precompiled in 21 seconds. 402 already precompiled.
Test Summary: | Pass Total Time
Alternate Backends | 117 117 1m30.6s
Test Summary: | Pass Total Time
Restrictions | 3 3 1.2s
Test Summary: | Pass Total Time
Multigrid | 46 46 31.6s
Test Summary: | Pass Total Time
Mesh Optimization | 16 16 1m09.5s
Testing CombinatorialSpaces tests passed Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers