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
Array nodes should become fully immutable. Removing the setidentities and assigning them only in the constructor would involve fixing a few tests.
Also, there's no high-level interface to setting parameters: it's all done through a back door (.layout) right now. Parameters are more for framework developers than data analysts, though, so maybe that's appropriate.
The text was updated successfully, but these errors were encountered:
Array nodes should become fully immutable. Removing the
setidentities
and assigning them only in the constructor would involve fixing a few tests.Also, there's no high-level interface to setting parameters: it's all done through a back door (
.layout
) right now. Parameters are more for framework developers than data analysts, though, so maybe that's appropriate.The text was updated successfully, but these errors were encountered: