@@ -12,7 +12,7 @@ function prepare_pushforward(
1212 x,
1313 tx:: NTuple ,
1414 contexts:: Vararg{Context,C} ;
15- strict= Val (false ),
15+ strict:: Val = Val (false ),
1616) where {F,C}
1717 return prepare_pushforward_nokwarg (strict, f, backend, x, tx, contexts... )
1818end
@@ -24,7 +24,7 @@ function prepare_pushforward(
2424 x,
2525 tx:: NTuple ,
2626 contexts:: Vararg{Context,C} ;
27- strict= Val (false ),
27+ strict:: Val = Val (false ),
2828) where {F,C}
2929 return prepare_pushforward_nokwarg (strict, f!, y, backend, x, tx, contexts... )
3030end
@@ -49,7 +49,7 @@ function prepare_pushforward_same_point(
4949 x,
5050 tx:: NTuple ,
5151 contexts:: Vararg{Context,C} ;
52- strict= Val (false ),
52+ strict:: Val = Val (false ),
5353) where {F,C}
5454 return prepare_pushforward_same_point_nokwarg (strict, f, backend, x, tx, contexts... )
5555end
@@ -61,7 +61,7 @@ function prepare_pushforward_same_point(
6161 x,
6262 tx:: NTuple ,
6363 contexts:: Vararg{Context,C} ;
64- strict= Val (false ),
64+ strict:: Val = Val (false ),
6565) where {F,C}
6666 return prepare_pushforward_same_point_nokwarg (
6767 strict, f!, y, backend, x, tx, contexts...
0 commit comments