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
Multibody is making heavy use of arrays, and the fact that symbolic arrays they are so extraordinarily buggy is likely to lead to a rather poor user experience. Some of the issues above are directly tied to this. The fact that Multibody.jl contains (at the time of writing) about 250 calls to collect, including 28 occurrences in the tests, to workaround array bugs is an indication that users are likely to encounter the obscure error messages related to one of the numerous bugs that have been worked around by calling collect in the library.
The text was updated successfully, but these errors were encountered:
The following list of issues should be addressed before a MWP of this package can be released
Tasks
@mtkmodel
meta issue #36Multibody is making heavy use of arrays, and the fact that symbolic arrays they are so extraordinarily buggy is likely to lead to a rather poor user experience. Some of the issues above are directly tied to this. The fact that Multibody.jl contains (at the time of writing) about 250 calls to
collect
, including 28 occurrences in the tests, to workaround array bugs is an indication that users are likely to encounter the obscure error messages related to one of the numerous bugs that have been worked around by callingcollect
in the library.The text was updated successfully, but these errors were encountered: