Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reenable spatial tests #1146

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Reenable spatial tests #1146

wants to merge 3 commits into from

Conversation

TorkelE
Copy link
Member

@TorkelE TorkelE commented Dec 17, 2024

Should have done this previously, but seems I missed it...

test/runtests.jl Outdated

# Test spatial plotting, using CairoMakie and GraphMakie
activate_extensions_env()
@time @safetestset "Lattice Simulation Plotting" begin include("extensions/lattice_simulation_plotting.jl") end
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Figured while this was placed in an extension (to not require Makie stuff generally) it really is a part of the spatial stuff, so might make sense to move here?
(but I am also happy to have it in the previous place)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer to keep anything loading extensions in one place given the high frequency at which they seem to give failures, and to avoid blocking our other tests via extension related dependency issues.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds good, will move it back then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants