-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fix/issue 104 - Points snapshot generation #106
Conversation
Corrected handling of optional named_selection for generate_points()
Modified unit tests for points generation
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 PR @EDCarman! Thanks for your contribution
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.
LGTM
Codecov Report
@@ Coverage Diff @@
## main #106 +/- ##
==========================================
+ Coverage 88.70% 88.75% +0.04%
==========================================
Files 11 11
Lines 2310 2320 +10
==========================================
+ Hits 2049 2059 +10
Misses 261 261 |
Re-ordered the arguments on generate_points() so it is the same as generate_snapshots() and named_selection is optional.
Added unit test for export of points and full model and named_selection.
Added unit test for export of snapshot on named_selection
Modified existing unit test and example for generate_points() to account for new argument ordering
resolves #104