Skip to content

Commit 4713e64

Browse files
Copilotyebai
andcommitted
Remove Tracker from CONTRIBUTING.md - support removed in #409
Co-authored-by: yebai <[email protected]>
1 parent d340433 commit 4713e64

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ julia --project=. -e "ENV[\"GROUP\"] = \"AD\"; ENV[\"AD\"] = \"ForwardDiff\"; us
4545
# ReverseDiff
4646
julia --project=. -e "ENV[\"GROUP\"] = \"AD\"; ENV[\"AD\"] = \"ReverseDiff\"; using Pkg; Pkg.test()"
4747
48-
# Tracker
49-
julia --project=. -e "ENV[\"GROUP\"] = \"AD\"; ENV[\"AD\"] = \"Tracker\"; using Pkg; Pkg.test()"
50-
5148
# Enzyme (may fail on some systems - this is expected)
5249
julia --project=. -e "ENV[\"GROUP\"] = \"AD\"; ENV[\"AD\"] = \"Enzyme\"; using Pkg; Pkg.test()"
5350
@@ -66,7 +63,7 @@ julia --project=. -e "using Pkg; Pkg.test()"
6663
Our CI runs tests with the following configurations:
6764

6865
- **Interface tests**: Core functionality tests (GROUP=Interface)
69-
- **AD tests**: Automatic differentiation tests with multiple backends (GROUP=AD, AD={ForwardDiff,ReverseDiff,Tracker,Enzyme,Mooncake})
66+
- **AD tests**: Automatic differentiation tests with multiple backends (GROUP=AD, AD={ForwardDiff,ReverseDiff,Enzyme,Mooncake})
7067

7168
### Important Notes
7269

0 commit comments

Comments
 (0)