-
Notifications
You must be signed in to change notification settings - Fork 2
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
remove pandas3d #226
remove pandas3d #226
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #226 +/- ##
=======================================
Coverage 98.63% 98.63%
=======================================
Files 18 18
Lines 511 511
=======================================
Hits 504 504
Misses 7 7 ☔ View full report in Codecov by Sentry. |
Looks good to me! Here are my observations:
|
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 update! Nice to get rid of unused functionality.
@@ -94,16 +94,14 @@ Display packing in realtime (slow) | |||
|
|||
### place_method | |||
|
|||
_Optional `enum`_. One of `"jitter"`, `"spheresSST"`, `"pandaBullet"`.. Default: `"jitter"`. | |||
_Optional `enum`_. One of `"jitter"`, `"spheresSST"`.. Default: `"jitter"`. |
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.
Is the current default spheresSST
?
@@ -2701,324 +2648,26 @@ def setupOctree( | |||
self.grid.getRadius(), helper=helper | |||
) # Octree((0,0,0),self.grid.getRadius()) #0,0,0 or center of grid? | |||
|
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.
This function used to take so long to run! Good to have it removed
We can merge this one if ready, @meganrm |
Problem
pandas3d slow to install and we're not currently using it. Closes #219
Solution
removed it
Type of change
Steps to Verify: