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

[MessagePassing] Fix OSError on read-only file systems #9032

Merged
merged 31 commits into from
Mar 8, 2024
Merged

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Mar 8, 2024

Fixes #9025

@github-actions github-actions bot removed the utils label Mar 8, 2024
Copy link

codecov bot commented Mar 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.26%. Comparing base (4ae611d) to head (0e73f03).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #9032      +/-   ##
==========================================
+ Coverage   89.24%   89.26%   +0.01%     
==========================================
  Files         468      468              
  Lines       30032    30021      -11     
==========================================
- Hits        26803    26798       -5     
+ Misses       3229     3223       -6     

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

@rusty1s rusty1s merged commit ee10076 into master Mar 8, 2024
16 checks passed
@rusty1s rusty1s deleted the fix_os_error branch March 8, 2024 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convolutional module which inherits from MessagePassing throws OSError when reloading from read-only disk
1 participant