You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After merging two PRs with fixes for the SPH projection and Ray backends (#4939 and #4783), import some functions (_cubicspline_python and _integrate_kernel) for the Ray tests from yt/testing.py (as used in yt/geometry/coordinates/tests/test_sph_pixelization.py in the sph_proj_backend branch) instead of defining them in their own test script (yt/data_objects/tests/test_rays.py in the issue4781_sph_ray_dl branch). This issue is a reminder to clean those duplicate definitions up after both PRs are merged.
The text was updated successfully, but these errors were encountered:
Since #4939 has been merged into main, I merged the newest main version into the #4783 branch, and removed the duplicate functions there in a new commit.
I think we can close this issue after that PR is merged.
TODO
After merging two PRs with fixes for the SPH projection and
Ray
backends (#4939 and #4783), import some functions (_cubicspline_python
and_integrate_kernel
) for theRay
tests fromyt/testing.py
(as used inyt/geometry/coordinates/tests/test_sph_pixelization.py
in thesph_proj_backend
branch) instead of defining them in their own test script (yt/data_objects/tests/test_rays.py
in theissue4781_sph_ray_dl
branch). This issue is a reminder to clean those duplicate definitions up after both PRs are merged.The text was updated successfully, but these errors were encountered: