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

Replace print in precalc by logging #125

Merged
merged 5 commits into from
Oct 23, 2023

Fix flake8 error

ac19941
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Replace print in precalc by logging #125

Fix flake8 error
ac19941
Select commit
Loading
Failed to load commit list.
GitHub Actions / Flake8 failed Oct 23, 2023 in 0s

8 errors

Flake8 found 8 errors

Annotations

Check failure on line 153 in dhnx/network.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

dhnx/network.py#L153

Missing whitespace after ',' (E231)

Check failure on line 159 in dhnx/network.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

dhnx/network.py#L159

Missing whitespace after ',' (E231)

Check failure on line 190 in dhnx/network.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

dhnx/network.py#L190

Missing whitespace after ',' (E231)

Check failure on line 195 in dhnx/network.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

dhnx/network.py#L195

Missing whitespace after ',' (E231)

Check failure on line 43 in dhnx/simulation.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

dhnx/simulation.py#L43

Missing whitespace after ',' (E231)

Check failure on line 273 in dhnx/simulation.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

dhnx/simulation.py#L273

Missing whitespace after ',' (E231)

Check failure on line 5 in examples/optimisation/precalculation/hydraulic_precalculation.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

examples/optimisation/precalculation/hydraulic_precalculation.py#L5

Missing whitespace after ',' (E231)

Check failure on line 110 in tests/helpers.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

tests/helpers.py#L110

Missing whitespace after ',' (E231)