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
Unfortunately, we can't yet run with prevent_leaky_tests = false (which could be a decent bit faster) because we occasionally define global constants, which clash with local variables:
Spaces - serial CPU DSS: Error During Test at none:1
Got exception outside of a @test
LoadError: cannot declare Main.device constant; it already has a value
Stacktrace:
[1] top-level scope
@ ~/Dropbox/Caltech/work/dev/CliMA/ClimaCore.jl/test/Spaces/ddss1.jl:21
[2] include(fname::String)
@ Base.MainInclude ./client.jl:489...
The text was updated successfully, but these errors were encountered:
Unfortunately, we can't yet run with
prevent_leaky_tests = false
(which could be a decent bit faster) because we occasionally define global constants, which clash with local variables:The text was updated successfully, but these errors were encountered: