-
Notifications
You must be signed in to change notification settings - Fork 22
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
Cleanup of Directed Spheres class #142
Conversation
The `test_gridpartitioning` is commented, because the GridPartitioning is not comptable with the new API.
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.
@AWBroscius, please review the changes I made to the code, and let me know if you have any questions or suggestions.
@FanwangM, I am done with making changes to this PR, so it can be merged. I have made a list of items that should be discussed in our next meeting; see #133 (comment)
Codecov Report
@@ Coverage Diff @@
## main #142 +/- ##
==========================================
+ Coverage 39.53% 40.54% +1.00%
==========================================
Files 8 8
Lines 564 555 -9
==========================================
+ Hits 223 225 +2
+ Misses 341 330 -11
|
Cleanup of Directed Spheres class
Cleanup of Directed Spheres class
Optimize the Directed Sphere exclusion code, as well as add comments and testing to address issue #133