-
Notifications
You must be signed in to change notification settings - Fork 279
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
DEPR: deprecate unnecessary functions in the yt.testing namespace, update docs #4439
DEPR: deprecate unnecessary functions in the yt.testing namespace, update docs #4439
Conversation
3cce3d6
to
1aa3bf5
Compare
b73c011
to
993a6a0
Compare
993a6a0
to
d070976
Compare
switching to draft until I get rid of all remaining self-triggered deprecation warnings in answer tests (which requires manual checking since nose cannot treat them as errors) |
800310a
to
e4b855a
Compare
@yt-fido test this please |
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.
before reviewing more, asking a question
@@ -265,7 +265,7 @@ union into a single ``darkmatter`` field. The ``all`` particle type is a | |||
special case of this. | |||
|
|||
To create a particle union, you need to import the ``ParticleUnion`` class from | |||
``yt.data_objects.particle_unions``, which you then create and pass into | |||
``yt.data_objects.unions``, which you then create and pass into |
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.
good catch
cd8f929
to
b00b313
Compare
b00b313
to
d5c760f
Compare
@matthewturk do you still want to have a look ? |
LGTM |
PR Summary
follow up to #4434, let's trim out the remaining fat in
yt.testing
, and clean up some import statements that I missed in the first PRhalf of the "added" lines are from copying
yt.testing.expand_keywords
into the only test module that uses it