-
-
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): improve Sionna scenes support #98
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #98 +/- ##
==========================================
+ Coverage 94.20% 97.54% +3.33%
==========================================
Files 20 20
Lines 759 773 +14
==========================================
+ Hits 715 754 +39
+ Misses 44 19 -25 ☔ View full report in Codecov by Sentry. |
Rust benchmark results:
|
Python benchmark results:
|
@@ -65,10 +66,10 @@ | |||
"metadata": {}, | |||
"outputs": [], | |||
"source": [ | |||
"file = get_sionna_scene(\"box\")\n", | |||
"file = get_sionna_scene(\"etoile\")\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
No description provided.