Skip to content
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

update owls_subfind frontend and add some format flexibility #3325

Merged
merged 9 commits into from
Jun 14, 2021

Conversation

brittonsmith
Copy link
Member

PR Summary

Resolves Issue #3307.

This updates the owls_subfind frontend to yt-4.0 io. I've also added some flexibility for specific file attributes and naming conventions to account for a variant of this frontend that was identified on the slack channel. This seems to work for the sample data I have for that.

PR Checklist

  • New features are documented, with docstrings and narrative docs
  • Adds a test for any bugs fixed. Adds tests for new features.

@brittonsmith brittonsmith added blocker Highest priority level bug code frontends Things related to specific frontends labels Jun 2, 2021
Copy link
Member

@matthewturk matthewturk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

@@ -4,9 +4,12 @@
from yt.utilities.io_handler import BaseIOHandler
from yt.utilities.on_demand_imports import _h5py as h5py

_pos_names = ["CenterOfMass", "CentreOfMass"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I almost suggested changing this to be a tuple, and then I realized we may actually want it to be mutable.

@jzuhone
Copy link
Contributor

jzuhone commented Jun 2, 2021

@brittonsmith can you rebase this on main? Should fix the unrelated test failures.

@brittonsmith
Copy link
Member Author

These are failing with no old answers. What do we have to do update that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker Highest priority level bug code frontends Things related to specific frontends
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants