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
Error in fa_subsetAssign1(x, i, ..., value = value) :
SubsetAssign FileArray `value` length mismatch.
Request: I have an usecase where large portions of filearray need to be replaced by a single value. It would be great to allow this exception. Else, I will have create large arrays in memory and then replace it.
The text was updated successfully, but these errors were encountered:
Right now,
throws this error (not surprising):
Request: I have an usecase where large portions of filearray need to be replaced by a single value. It would be great to allow this exception. Else, I will have create large arrays in memory and then replace it.
The text was updated successfully, but these errors were encountered: