-
Notifications
You must be signed in to change notification settings - Fork 13
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
Integrate with pynbody v2 #250
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…r from processing other quick messages
… in shared-mem runs
…'t exist. Add test.
…halos. Transfer the KDTree over shared memory in server-shared-mem mode.
While pynbody won't build a tree that already exists, the tangos logging didn't reflect this
These may be related to async message processing, the justification for which is anyway marginal
…ting multiple properties with same region spec
…f manually polling pipes
…o longer needed with pynbody-2?]
Make our tiny test amiga.grp files use the -1 'no-halo' and 0 'halo', rather than 0 and 1 as they used to
Make sure timesteps are available during db property writing, to fix black hole property writing
…instances running
…istent with pynbody v2)
…ng catalogues in ramses build)
Clear up un-needed imports at package level
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Some small discrepancies known and not to be fixed:
BH_central
will be the same as it previously was, butBH
now uses the AHF-provided parent relationship to assign to a top-level halo, rather than checking whether the BH itself is a member of a higher-level halo.finder_offset
, which was used for pynbody v1; now that tangos is passing throughfinder_id
s instead, this has been fixedOutstanding discrepancies still to be fixed:
float(...)
call. Since the philosophy is to import the raw values, this should be fixed, and it could be addressed at the same time as implementing a unified way to get property arrays from halos in pynbody.