You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moved remaining tests from docstring tests to build_function directory.
ps -> nn.params.
Vector can't be used on Tuple of Vectors (apparently).
[1., 2.] -> Vector(1:input_dim) (so that we can deal with flexible input dimensions.
# we test in the following order: `function_valued_parameters` → `build_function` (for `NamedTuple`) → `build_function` (for `Array` of `NamedTuple`s) as this is also how the functions are built.
0 commit comments