-
Notifications
You must be signed in to change notification settings - Fork 15
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
Mass swapping fixes #17
Conversation
…t have ascendants and other implementations
…troduce apply_fix_to_mass_swapping_events flag
Reviewer's Guide by SourceryThis pull request introduces fixes for handling mass swapping events in dark matter halos. The changes include adding a new flag 'apply_fix_to_mass_swapping_events' and updating the logic in various functions to use this flag. Additionally, several minor refactoring and bug fixes were made to improve code clarity and correctness. File-Level Changes
Tips
|
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.
Hey @angel-chandro - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.
This reverts commit 0c10a80.
…hot halo mode and small modifications
Additional fixes to deal with the mass swapping events:
Summary by Sourcery
This pull request introduces a new flag to handle mass swapping events and fixes issues related to the properties of satellite subhalos at infall. It also includes enhancements to calculations involving virial radius and specific angular momentum, ensuring they correctly use infall properties when applicable.