File tree Expand file tree Collapse file tree
lib/BoundaryValueDiffEqMIRK/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,7 +117,6 @@ run_tests(;
117117 body = mirk_ad_multipoint_grid,
118118 ),
119119 " AD_MULTIPOINT_GRID_FORWARDDIFF" => (;
120- env = MIRK_AD_ENV,
121120 body = mirk_ad_multipoint_grid_forwarddiff,
122121 ),
123122 " AD_MULTIPOINT_GRID_ENZYME" => (;
@@ -133,7 +132,6 @@ run_tests(;
133132 body = mirk_ad_multipoint_interpolation,
134133 ),
135134 " AD_MULTIPOINT_INTERPOLATION_FORWARDDIFF" => (;
136- env = MIRK_AD_ENV,
137135 body = mirk_ad_multipoint_interpolation_forwarddiff,
138136 ),
139137 " AD_MULTIPOINT_INTERPOLATION_ENZYME" => (;
@@ -149,7 +147,6 @@ run_tests(;
149147 body = mirk_ad_twopoint,
150148 ),
151149 " AD_TWOPOINT_FORWARDDIFF" => (;
152- env = MIRK_AD_ENV,
153150 body = mirk_ad_twopoint_forwarddiff,
154151 ),
155152 " AD_TWOPOINT_ENZYME" => (;
You can’t perform that action at this time.
0 commit comments