EnzymeAD / EnzymeAD/Reactant.jl

Trouble constructing a type that requires type parameters

Open
#811 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
370
Forks
74
Avg merge
18h 47m
Merged PRs (30d)
30

Description

For example `RectilinearGrid` has an inner constructor of the form `RectilinearGrid{TX, TY, TZ}(args...)`.

This error comes from `include`ing

https://github.com/CliMA/Oceananigans.jl/blob/glw/arch-dep-clock/test/test_reactant.jl

which can be done by cloning Oceananigans, navigating to `test/` and typing

```julia
using TestEnv; TestEnv.activate()
include("test_reactant.jl")
```

btw also requires https://github.com/EnzymeAD/Reactant.jl/pull/810 so if that isn't merged yet, need to `dev` or add the `Reactant` branch explicitly.

cc @avik-pal

error: https://gist.github.com/glwagner/cba29b2dcaee57e1cc7f5d428386a65d

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.