-
Notifications
You must be signed in to change notification settings - Fork 87
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
Add SOCRBridge and disable SOCtoPSDBridge #751
Conversation
Codecov Report
@@ Coverage Diff @@
## master #751 +/- ##
==========================================
- Coverage 94.93% 94.87% -0.06%
==========================================
Files 72 73 +1
Lines 7912 7929 +17
==========================================
+ Hits 7511 7523 +12
- Misses 401 406 +5
Continue to review full report at Codecov.
|
Currently blocked by JuliaLang/julia#32167 |
6585286
to
78e45fe
Compare
So RSOC and SOCR are different bridges. It's not clear from the naming which one does which. Are there slightly more verbose names we could use? If @mlubin is ok with the naming then don't worry. |
Neither RSOC nor SOCR are standard abbreviations so we should try to avoid using either. RotatedToSOC and SOCToRotated are alternatives. |
Closes #637