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

[BUGFIX] Fix athena and gizmo tests #2684

Merged
merged 2 commits into from
Jun 25, 2020

Conversation

Xarthisius
Copy link
Member

PR Summary

This should fix the Athena and Gizmo errors appearing in #2677.

@@ -80,7 +80,7 @@ def test_gas_particle_fields():

ptype = "gas"
derived_fields = []
for species in ["H", "H_p0", "H_p1"]:
for species in ["H_p0", "H_p1"]:
Copy link
Member

Choose a reason for hiding this comment

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

What is the rationale behind not testing "H" anymore?

Copy link
Member Author

Choose a reason for hiding this comment

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

It doesn't exist anymore #2336

@cphyc cphyc added bug yt-4.0 feature targeted for the yt-4.0 release labels Jun 24, 2020
@cphyc cphyc merged commit 6ee1f3d into yt-project:master Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug yt-4.0 feature targeted for the yt-4.0 release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants