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
Currently on master you can't have components of different time lengths. The use of first and last keywords in add_comp! was disabled in order to get composite components working. I think before v1.0.0 we should decide if we are going to try to get this working, or if not, then I think we should remove the keywords from the add_comp! function all together.
The text was updated successfully, but these errors were encountered:
If we won't allow this, then I think there are also some getindex functions we could remove, that were implemented for the case where the TIMES of the timestep don't match the TIMES of the timestep array, which would no longer be needed
Currently on master you can't have components of different time lengths. The use of
first
andlast
keywords inadd_comp!
was disabled in order to get composite components working. I think before v1.0.0 we should decide if we are going to try to get this working, or if not, then I think we should remove the keywords from theadd_comp!
function all together.The text was updated successfully, but these errors were encountered: