Fixes the tutorial link #64
Annotations
11 errors
|
doranet/filters.py#L135
doranet/filters.py:135:9: SIM103 Return the condition `not (mol.meta is None or self.key not in mol.meta)` directly
|
doranet/filters.py#L228
doranet/filters.py:228:9: SIM103 Return the negated condition directly
|
doranet/filters.py#L246
doranet/filters.py:246:9: SIM103 Return the condition directly
|
doranet/filters.py#L294
doranet/filters.py:294:5: SIM103 Return the condition `old_value != new_value` directly
|
doranet/interfaces.py#L1004
doranet/interfaces.py:1004:9: SIM103 Return the condition directly
|
doranet/modules/enzymatic/generate_network.py#L355
doranet/modules/enzymatic/generate_network.py:355:9: SIM103 Return the condition `dH < self.max_dH` directly
|
doranet/modules/post_processing/post_processing.py#L1157
doranet/modules/post_processing/post_processing.py:1157:9: SIM103 Return the condition `dH < self.max_dH` directly
|
doranet/modules/post_processing/post_processing.py#L2085
doranet/modules/post_processing/post_processing.py:2085:5: PLR2044 Line with empty comment
|
doranet/modules/post_processing/post_processing.py#L2428
doranet/modules/post_processing/post_processing.py:2428:12: PLR1736 List index lookup in `enumerate()` loop
|
doranet/modules/synthetic/generate_network.py#L108
doranet/modules/synthetic/generate_network.py:108:9: SIM103 Return the condition `dH < self.max_dH` directly
|
This job failed
Loading