Mixed Array{Tracked}/TrackedArray ops
Open
- Dominant language
- Julia
- Stars
- 54
- Forks
- 37
- Avg merge
- 5h 49m
- Merged PRs (30d)
- 1
Description
e.g.
```
param.(rand(2,2))*param(rand(2,2))
```
Currently this returns a tracked array of tracked reals, which will cause further issues down the line. It'd be good to catch this when `*` is called. We can do it with low performance impact, though it's a little ugly to have the checks everywhere.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.