Skip to content

Conversation

@jakob-fritz
Copy link
Collaborator

That new version fails early if Gitlab-repo-url cannot be found. This often indicates an issue with tokens or variables.

This does not fix any issues, but helps finding the reason for failing CI-Workflows. This can make fixing faster and easier.

That new version fails early if Gitlab-repo-url cannot be found. This indicates an issue with tokens or variables.
@pancetta pancetta merged commit 1f04016 into Parallel-in-Time:master Jan 27, 2025
89 of 90 checks passed
brownbaerchen added a commit to brownbaerchen/pySDC that referenced this pull request Aug 22, 2025
#!!!!!!!!!! WARNING: RUFF FAILED !!!!!!!!!!: 

#pySDC/projects/GPU/analysis_scripts/compare_RBC3D.py:418:9: E722 Do not use bare `except`
#    |
Parallel-in-Time#416 |                 k[_s > 1e-16], _s[_s > 1e-16], color=last_line.get_color(), ls=last_line.get_linestyle(), label=label
Parallel-in-Time#417 |             )
Parallel-in-Time#418 |         except:
#    |         ^^^^^^ E722
Parallel-in-Time#419 |             pass
#    |
#
#pySDC/projects/GPU/analysis_scripts/compare_RBC3D.py:517:5: F841 Local variable `Delta_Nu` is assigned to but never used
#    |
Parallel-in-Time#515 |     t = data['t']
Parallel-in-Time#516 |     avg_Nu = np.array([np.mean(Nu[40 : 40 + i + 1]) for i in range(len(Nu[40:]))])
Parallel-in-Time#517 |     Delta_Nu = np.array([abs(avg_Nu[i + 1] - avg_Nu[i]) for i in range(len(avg_Nu) - 1)])
#    |     ^^^^^^^^ F841
Parallel-in-Time#518 |     # ax.plot(data['t'][40:-1], Delta_Nu / avg_Nu[:-1])
Parallel-in-Time#519 |     # ax.plot(data['t'], np.abs(avg_Nu - avg_Nu[-1]) / avg_Nu[-1])
#    |
#    = help: Remove assignment to unused variable `Delta_Nu`:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants