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
File "/home/rabies/RABIES/rabies/confound_correction_pkg/utils.py", line 192, in select_confound_timecourses
log.info('Applying aCompCor with '+len(aCompCor_keys)+' components.')
TypeError: can only concatenate str (not "int") to str
The int would need to be explicitely converted to str.
The text was updated successfully, but these errors were encountered:
the container build is not able to re-create the conda environment. We will not correct this issue, and it involves important deviations from the original 0.4.7 to build a new container. Use more recent versions for aCompCor.
When running aCompCor with the containerized version 0.4.7 we obtain the following string parsing error:
Command:
Error:
The int would need to be explicitely converted to str.
The text was updated successfully, but these errors were encountered: