Skip to content
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

Optionally avoid custom node errors. #637

Merged
merged 1 commit into from
Nov 1, 2023

Optionally avoid custom node errors.

1002a5e
Select commit
Loading
Failed to load commit list.
Merged

Optionally avoid custom node errors. #637

Optionally avoid custom node errors.
1002a5e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Oct 31, 2023 in 4s

1 new alert

New alerts in code changed by this pull request

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 44 in src/sisl/nodes/node.py

See this annotation in the file changed.

Code scanning / CodeQL

`__eq__` not overridden when adding attributes Warning

The class 'Node' does not override
'__eq__'
, but adds the new attribute
_inputs
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_input_nodes
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_output_links
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_prev_evaluated_inputs
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_output
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_nupdates
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_outdated
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_errored
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_error
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_logger
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_log_formatter
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
logs
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
context
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_cls_context
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
context
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_known_function_nodes
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
__doc__
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_args_inputs_key
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_kwargs_inputs_key
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_args_inputs_key
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_kwargs_inputs_key
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
__signature__
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_output
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_errored
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_error
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_prev_evaluated_inputs
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_outdated
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_errored
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_error
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_outdated
.
The class 'Node' does not override
'__eq__'
, but adds the new attribute
_errored
.