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
I hit an error when combining 45 observations because the infile parameter to dmimgfilt is longer than 2048 characters
Combining 45 observations.
Input string is longer than 2048 char: parameter argument error : infile
# merge_obs (05 November 2021): ERROR Unable to run dmimgfilt with arguments: infile=...2070 characters....
I don't know if the error message is new or just first time hitting it. Looking at the code, I think
I hit an error when combining 45 observations because the
infile
parameter todmimgfilt
is longer than 2048 charactersI don't know if the error message is new or just first time hitting it. Looking at the code, I think
ciao-contrib/ciao_contrib/_tools/merging.py
Line 2873 in be347ee
can be updated to replace the long
infile
with a temporary stack and then it should be able to handle it.Kenny
The text was updated successfully, but these errors were encountered: