File tree Expand file tree Collapse file tree
DifferentiationInterface/test/Back/ChainRules Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 Pkg.activate("./DifferentiationInterface/test");
6262 if VERSION < v"1.11";
6363 Pkg.rm("DifferentiationInterfaceTest");
64- Pkg.develop([PackageSpec(path="./DifferentiationInterface")] );
64+ Pkg.resolve( );
6565 else;
66- Pkg.develop([PackageSpec(path="./DifferentiationInterface"), PackageSpec( path="./DifferentiationInterfaceTest")] );
66+ Pkg.develop(; path="./DifferentiationInterfaceTest");
6767 end;
6868 Pkg.activate("./DifferentiationInterface");
6969 test_kwargs = (; allow_reresolve=false, coverage=true);
Original file line number Diff line number Diff line change 11include (" ../../testutils.jl" )
22
3- using ChainRulesCore
43using DifferentiationInterface, DifferentiationInterfaceTest
54using Test
65using Zygote: ZygoteRuleConfig
You can’t perform that action at this time.
0 commit comments