-
Notifications
You must be signed in to change notification settings - Fork 26
TPGR Optimizer, Regularized Reconstruction and Uncertainty Quantification #27
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
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #27 +/- ##
==========================================
- Coverage 95.95% 95.94% -0.02%
==========================================
Files 21 22 +1
Lines 1089 1233 +144
==========================================
+ Hits 1045 1183 +138
- Misses 44 50 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
… compute prior and noise if not given
|
@niharika2999 The tests fail because there's an issue with the |
|
|
||
| def get_sensors(self): | ||
| check_is_fitted(self, "sensors_") | ||
| return self.sensors_ |
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.
Looks good to merge
| ) | ||
| J_full = np.full(G.shape[0], np.nan) | ||
| J_full[mask] = J | ||
| return J_full |
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.
Looks good to merge
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.
Ready to merge!
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.
Ready to merge
This PR implements the work from Data-Induced Interaction of Sensors, Andrei A. Klishin, J. Nathan Kutz, and Krithika Manohar, 2023.