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
Instead, we have a plan to refactor toy problems into dictionaries that have the same arguments that correspond to integrate as described in #26. One issue with this is how to allow toy problems to allow a variable number of dimensions. One way is to have this controlled by the length of the vector passed to the function. E.g.
normal_any_d([0.5]) would assume that the problem was 1D
normal_any_d([0.5, -3.2]) would assume that the problem was 2D
normal_any_d([0.5, -3.2, 0.2]) would assume that the problem was 3D
and so on.
This seems a bit unusual to me but I guess in principle if could work?
The former seems provide functions that would only be useful for the latter. I'd suggest that we combine these...
The text was updated successfully, but these errors were encountered: