We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ba9dd commit 6c232afCopy full SHA for 6c232af
.buildkite/ci_driver.jl
@@ -11,6 +11,8 @@ redirect_stderr(IOContext(stderr, :stacktrace_types_limited => Ref(false)))
11
# and run `using PrecompileTools; PrecompileTools.verbose[] = true; include(".buildkite/PrecompileCI/src/PrecompileCI.jl")`
12
using PrecompileCI
13
import ClimaComms
14
+import ClimaCore
15
+ClimaCore.Fields.error_mismatched_spaces(::Type, ::Type) = nothing # causes unsupported dynamic function invocation
16
ClimaComms.@import_required_backends
17
import ClimaAtmos as CA
18
import Random
0 commit comments