8000 Logo fix by gerkone · Pull Request #33 · tumaer/lagrangebench · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Logo fix #33

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 8000 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

Merged
merged 3 commits into from
Jan 1, 2025
Merged

Logo fix #33

merged 3 commits into from
Jan 1, 2025

Conversation

gerkone
Copy link
Contributor
@gerkone gerkone commented Dec 22, 2024

No description provided.

Copy link
codecov bot commented Dec 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.1%. Comparing base (dcd7f37) to head (8347342).
Report is 4 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main     #33   +/-   ##
=====================================
  Coverage   82.1%   82.1%           
=====================================
  Files         25      25           
  Lines       1686    1686           
=====================================
  Hits        1385    1385           
  Misses       301     301           
Flag Coverage Δ
unittests 82.1% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

- name: Install Ruff from pyproject.toml
uses: astral-sh/ruff-action@v3
with:
version-file: "pyproject.toml"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at the github action logs, reading the version from pyproject.toml didn't actually work and the latest version was used. But this doesn't matter at this point.

@@ -80,7 +80,8 @@ exclude = [
".venv",
"venv",
"docs/_build",
"dist"
"dist",
"notebooks",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not linting the notebooks is how failing ruff is solved for now.

@arturtoshev arturtoshev merged commit b880a6c into main Jan 1, 2025
6 checks passed
@arturtoshev arturtoshev deleted the logo_fix branch January 1, 2025 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0