-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: issubclass() arg 1 must be a class #741
Comments
Reproducing in nipype/pydra-nipype1#35. |
Should be fixed with pydra-nipype1 0.3.0. |
Looks like the issue is resolved from the I am just wondering whether this part of the codebase should be made more robust? Is it logically sound to have both Maybe @tclose could give us his opinion on this use case? |
So is the issue that |
#742 PR addresses this issue by permitting |
More issues discovered whilst trying out Pydra v0.23 with Clinica.
This time it's an issue when running a pipeline containing a Nipype1Task.
Which is fair, since:
So the first argument to
issubclass
is None, so indeed not a class.The text was updated successfully, but these errors were encountered: