-
Notifications
You must be signed in to change notification settings - Fork 92
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
Abstract API base endpoint #1950
Conversation
81bf303
to
2a2b22f
Compare
Since Sqlalchemy is only used server-side, it's an extraneous dependency of the SDK-only install
Accessing electron attributes directly in `Electron.__call__` can cause problems if those attributes happen to be missing.
be74191
to
ca95ba3
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1950 +/- ##
===========================================
- Coverage 84.60% 84.25% -0.35%
===========================================
Files 295 293 -2
Lines 14499 14218 -281
Branches 195 195
===========================================
- Hits 12267 11980 -287
- Misses 2098 2104 +6
Partials 134 134
|
- named_args - named_kwargs - cova_imports - lattice_imports
This no longer works and should no longer be needed anyway since the migration from Result pickles to DB two years ago.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work @cjao 🚀!
8df33f0
Other cleanup and optimizations: