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

WaterBridge interaction #229

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

chore: fix formatting

711e037
Select commit
Loading
Failed to load commit list.
Open

WaterBridge interaction #229

chore: fix formatting
711e037
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Dec 29, 2024 in 3s

No new alerts in code changed by this pull request

Annotations

Check warning on line 135 in prolif/interactions/base.py

See this annotation in the file changed.

Code scanning / CodeQL

`__init__` method calls overridden method Warning

Call to self.
setup
in __init__ method, which is overridden by
method WaterBridge.setup
.

Check failure on line 104 in prolif/interactions/water_bridge.py

See this annotation in the file changed.

Code scanning / CodeQL

Potentially uninitialized local variable Error

Local variable 'water_ifp' may be used before it is initialized.