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
when creating the 7th tutorial (two-level glm) for pydra, see this PR and this issue, we found that pydra is strict with its task input.
if the task input is a list of unidentifiable types for pydra such as a list of pandas.DataFrame or FirstLevelModel, will cause connection problems in the workflow that the output can't be collected or passed to the next node.
adding an extra elif block for input that is a data frame helped, at least in my simple example that I was using for testing. Will check for the entire workflow later.
some issues raise only when running with jupyter notebook not .py script
The text was updated successfully, but these errors were encountered:
when creating the 7th tutorial (two-level glm) for pydra, see this PR and this issue, we found that pydra is strict with its task input.
@satra mentions
@djarecka finds that
The text was updated successfully, but these errors were encountered: