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
pylint
pylint 2.13.2
astroid 2.11.2
Python 3.8.12 (default, Oct 18 2021, 14:07:50)
[GCC 9.3.0]
************* Module monai.networks.nets.dints
monai/networks/nets/dints.py:820:22: E0203: Access to member 'node2in' before its definition line 836 (access-member-before-definition)
monai/networks/nets/dints.py:821:23: E0203: Access to member 'node2out' before its definition line 837 (access-member-before-definition)
Check failed!
The text was updated successfully, but these errors were encountered:
Describe the bug
The text was updated successfully, but these errors were encountered: