-
Notifications
You must be signed in to change notification settings - Fork 36
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
Remove unused error classes. #595
Conversation
Codecov Report
@@ Coverage Diff @@
## next #595 +/- ##
==========================================
- Coverage 84.76% 84.00% -0.76%
==========================================
Files 52 53 +1
Lines 5264 5327 +63
Branches 964 980 +16
==========================================
+ Hits 4462 4475 +13
- Misses 587 635 +48
- Partials 215 217 +2
Continue to review full report at Codecov.
|
@csadorf Sorry, I hadn't rebased this branch correctly at the time you reviewed. I fixed that now and will merge once tests pass. |
* Remove unused error classes. * Remove AuthenticationError, ExportError, FetchError.
* Remove unused error classes. * Remove AuthenticationError, ExportError, FetchError.
* Remove unused error classes. * Remove AuthenticationError, ExportError, FetchError.
* Remove unused error classes. * Remove AuthenticationError, ExportError, FetchError.
* Remove unused error classes. * Remove AuthenticationError, ExportError, FetchError.
* Remove unused error classes. * Remove AuthenticationError, ExportError, FetchError.
* Remove unused error classes. * Remove AuthenticationError, ExportError, FetchError.
* Remove unused error classes. * Remove AuthenticationError, ExportError, FetchError.
* Remove unused error classes. * Remove AuthenticationError, ExportError, FetchError.
* Remove unused error classes. * Remove AuthenticationError, ExportError, FetchError.
* Remove unused error classes. * Remove AuthenticationError, ExportError, FetchError.
* Remove unused error classes. * Remove AuthenticationError, ExportError, FetchError.
* Remove unused error classes. * Remove AuthenticationError, ExportError, FetchError.
* Remove unused error classes. * Remove AuthenticationError, ExportError, FetchError.
* Remove unused error classes. * Remove AuthenticationError, ExportError, FetchError.
* Remove unused error classes. * Remove AuthenticationError, ExportError, FetchError.
* Remove unused error classes. * Remove AuthenticationError, ExportError, FetchError.
Description
Removes unused error classes from signac 2.0.
Motivation and Context
signac 2.0 API cleanup.
Types of Changes
1The change breaks (or has the potential to break) existing functionality.
Checklist:
If necessary: