-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat(lib): add option to provide TX and RX visibility #149
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #149 +/- ##
==========================================
+ Coverage 80.35% 82.63% +2.27%
==========================================
Files 25 25
Lines 1843 1802 -41
==========================================
+ Hits 1481 1489 +8
+ Misses 362 313 -49 ☔ View full report in Codecov by Sentry. |
CodSpeed Performance ReportMerging #149 will create unknown performance changesComparing Summary
Benchmarks breakdown
|
"\n", | ||
"mesh_file = \"bruxelles.obj\"\n", | ||
"mesh = TriangleMesh.load_obj(mesh_file)\n", | ||
"\n", | ||
"tx = jnp.array([-40.0, 75, 30.0])\n", | ||
"rx = jnp.array([+20.0, 108.034, 1.50])\n", | ||
"\n", | ||
"mesh.plot(backend=\"vispy\")" | ||
"scene = TriangleScene(transmitters=tx, receivers=rx, mesh=mesh)\n", |
There was a problem hiding this comment.
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
"\n", | ||
"len(graph.all_paths(from_, to, order + 2))" | ||
"f\"{len(graph.all_paths(from_, to, depth)):.3e}\" # Roughly a quarter of the preview length" |
There was a problem hiding this comment.
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
"\n", | ||
"len(graph.all_paths(from_, to, order + 2))" | ||
"f\"{len(graph.all_paths(from_, to, depth)):.3e}\" # Roughly a quarter of the preview length" |
There was a problem hiding this comment.
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
No description provided.