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

Implement periodic behaviour into plumbing.sequence #960

Closed
wants to merge 12 commits into from

Fix doctests plumbing

4c51ead
Select commit
Loading
Failed to load commit list.
Closed

Implement periodic behaviour into plumbing.sequence #960

Fix doctests plumbing
4c51ead
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Aug 7, 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 84 in src/oemof/solph/_plumbing.py

See this annotation in the file changed.

Code scanning / CodeQL

`__eq__` not overridden when adding attributes Warning

The class '_Sequence' does not override
'__eq__'
, but adds the new attribute
default
.
The class '_Sequence' does not override
'__eq__'
, but adds the new attribute
periodic_values
.
The class '_Sequence' does not override
'__eq__'
, but adds the new attribute
default_changed
.
The class '_Sequence' does not override
'__eq__'
, but adds the new attribute
highest_index
.
The class '_Sequence' does not override
'__eq__'
, but adds the new attribute
period_length
.
The class '_Sequence' does not override
'__eq__'
, but adds the new attribute
highest_index
.