EnzymeAD / EnzymeAD/Reactant.jl
Trouble constructing a type that requires type parameters
- 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.