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

chore(docs): reduce line length in notebooks #139

Merged
merged 1 commit into from
Oct 11, 2024
Merged

chore(docs): reduce line length in notebooks #139

merged 1 commit into from
Oct 11, 2024

Conversation

jeertmans
Copy link
Owner

No description provided.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 11, 2024
@@ -140,7 +143,9 @@
"tx = jnp.array([0.0, 4.9352, 22.0])\n",
"rx = jnp.array([0.0, 10.034, 1.50])\n",
"\n",
"dplt.draw_markers(np.array([tx, rx]), labels=[\"tx\", \"rx\"], figure=fig, name=\"nodes\")"
"dplt.draw_markers(\n",
" np.array([tx, rx]), labels=[\"tx\", \"rx\"], figure=fig, name=\"nodes\"\n",
Copy link
Contributor

Choose a reason for hiding this comment

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

[LanguageTool] reported by reviewdog 🐶
Unpaired symbol: ‘"’ seems to be missing (EN_UNPAIRED_QUOTES)
URL: https://languagetool.org/insights/post/punctuation-guide/#what-are-parentheses
Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_QUOTES?lang=en-US
Category: PUNCTUATION

Copy link

codecov bot commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.10%. Comparing base (d8f4470) to head (3b51e17).
Report is 97 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #139   +/-   ##
=======================================
  Coverage   79.10%   79.10%           
=======================================
  Files          25       25           
  Lines        1742     1742           
=======================================
  Hits         1378     1378           
  Misses        364      364           

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

Copy link

codspeed-hq bot commented Oct 11, 2024

CodSpeed Performance Report

Merging #139 will not alter performance

Comparing fmt (3b51e17) with main (d8f4470)

Summary

✅ 15 untouched benchmarks

@jeertmans jeertmans merged commit c34cba6 into main Oct 11, 2024
45 of 47 checks passed
@jeertmans jeertmans deleted the fmt branch October 11, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant