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

Fix RunTimeWarning #3028

Merged
merged 2 commits into from
Dec 20, 2024
Merged

Fix RunTimeWarning #3028

merged 2 commits into from
Dec 20, 2024

Conversation

ptsavol
Copy link
Member

@ptsavol ptsavol commented Dec 20, 2024

Set default event loop policy for asyncio.

Fixes #3027

Checklist before merging

  • Documentation is up-to-date
  • Release notes have been updated
  • Unit tests have been added/updated accordingly
  • Code has been formatted by black & isort
  • Unit tests pass

@ptsavol ptsavol self-assigned this Dec 20, 2024
Copy link

codecov bot commented Dec 20, 2024

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 67.12%. Comparing base (7a70978) to head (5f92931).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
spinetoolbox/main.py 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3028      +/-   ##
==========================================
- Coverage   67.14%   67.12%   -0.02%     
==========================================
  Files         193      193              
  Lines       37079    37082       +3     
  Branches     4446     4447       +1     
==========================================
- Hits        24896    24893       -3     
- Misses      10925    10931       +6     
  Partials     1258     1258              

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

@ptsavol ptsavol merged commit 16db303 into master Dec 20, 2024
16 of 18 checks passed
@ptsavol ptsavol deleted the issue_3027 branch December 20, 2024 11:17
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.

RunTimeWarning when executing Julia Tools in Jupyter Console
1 participant