-
Notifications
You must be signed in to change notification settings - Fork 16
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
ENH: Guess open linear transform formats #160
Conversation
Codecov Report
@@ Coverage Diff @@
## master #160 +/- ##
=======================================
Coverage 98.59% 98.59%
=======================================
Files 13 13
Lines 1208 1208
Branches 184 184
=======================================
Hits 1191 1191
Misses 10 10
Partials 7 7
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Hello @oesteban! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2022-03-02 08:27:32 UTC |
56044ea
to
1fa7eeb
Compare
11d96cb
to
bb8bf32
Compare
Hey @effigies, just FYI, I requested your review. It'd be nice to have your feedback esp. regarding error types. Since the interim report is out, this is not urgent anymore - so whenever you feel you have the availability/energy. This does not introduce any major changes to the code, so an alternative route is to postpone deep review for #110. |
Sorry, yes, I'll try to get back to this this week. |
Bumping up |
EAFP implementation of loading linear transforms without specifying the format of the file.
Resolves: #86.
Resolves: #87.
Resolves: #107.