-
Notifications
You must be signed in to change notification settings - Fork 18
Fix aero force docs inconsistencies and check analysis settings struct #710
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
ea192a5
to
5c6a6b4
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #710 +/- ##
==========================================
+ Coverage 88.97% 89.00% +0.03%
==========================================
Files 131 131
Lines 4491 4504 +13
==========================================
+ Hits 3996 4009 +13
Misses 495 495 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Jorge Pérez Zerpa <42485529+jorgepz@users.noreply.github.com>
Co-authored-by: Jorge Pérez Zerpa <42485529+jorgepz@users.noreply.github.com>
Co-authored-by: Jorge Pérez Zerpa <42485529+jorgepz@users.noreply.github.com>
Co-authored-by: Jorge Pérez Zerpa <42485529+jorgepz@users.noreply.github.com>
Co-authored-by: Jorge Pérez Zerpa <42485529+jorgepz@users.noreply.github.com>
Co-authored-by: Jorge Pérez Zerpa <42485529+jorgepz@users.noreply.github.com>
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.
Great work, thanks! The last change needed in order to close 704 is adding the analysisSettings and the new fields to the checkONSASFields function in
ONSAS/src/utils/checkONSASFields.m
Line 27 in 3703913
% checkFields(elements, {'elemType', 'elemTypeParams','massMatType',... |
Also the |
Let's do it here. I created a new issue for this since is a bit an extension of the one that I'm addressing #711 |
Addressing a subtask of #704
Closes #711