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
It appears to be using both the sizing and the tangible attributes to determine input file size by collecting all files and then calculating the input_file_size from the sum of all input files. In the hello_looper example, we use the same file path for each of these, so the set of files to determine size will contain only that single supplied file path. Thus, only one file is calculated for this input_file_size.
Right now, looper is using
tangible
to determine input file size, notsizing
.The text was updated successfully, but these errors were encountered: