-
-
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
NavaThread
engine
#51
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #51 +/- ##
=======================================
Coverage 95.16% 95.16%
=======================================
Files 4 4
Lines 165 165
Branches 24 24
=======================================
Hits 157 157
Misses 2 2
Partials 6 6 ☔ View full report in Codecov by Sentry. |
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.
LGTM, I will check it on MacOS too soon.
JFR: On Ubuntu when running with Engine.WINSOUND
and Engine.AFPLAY
errors are different in async_mode=True
mode. I guess it's due the different call of these engines.
Engine.AFPLAY:
FileNotFoundError: [Errno 2] No such file or directory: 'afplay'
Engine.WINSOUND:
nava.errors.NavaBaseError: Sound can not play due to some issues.
@sadrasabouri You are right 💯 |
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.
Tested on MacOS. Ready to go.
Reference Issues/PRs
What does this implement/fix? Explain your changes.
engine
parameter added toNavaThread
classAny other comments?
Local tests on OSs