Home
last modified time | relevance | path

Searched refs:fake_sph_orientation_ds (Results 1 – 6 of 6) sorted by relevance

/dports/math/py-yt/yt-4.0.1/yt/data_objects/tests/
H A Dtest_sph_data_objects.py4 from yt.testing import assert_equal, fake_sph_grid_ds, fake_sph_orientation_ds
8 ds = fake_sph_orientation_ds()
43 ds = fake_sph_orientation_ds()
66 ds = fake_sph_orientation_ds()
99 ds = fake_sph_orientation_ds()
130 ds = fake_sph_orientation_ds()
151 ds = fake_sph_orientation_ds()
171 ds = fake_sph_orientation_ds()
180 ds = fake_sph_orientation_ds()
189 ds = fake_sph_orientation_ds()
[all …]
H A Dtest_derived_quantities.py11 fake_sph_orientation_ds,
168 ds = fake_sph_orientation_ds()
H A Dtest_profiles.py16 fake_sph_orientation_ds,
530 ds = fake_sph_orientation_ds()
/dports/math/py-yt/yt-4.0.1/yt/visualization/volume_rendering/tests/
H A Dtest_off_axis_SPH.py3 from yt.testing import assert_almost_equal, fake_sph_orientation_ds, requires_module
20 ds = fake_sph_orientation_ds()
63 ds = fake_sph_orientation_ds()
102 ds = fake_sph_orientation_ds()
139 ds = fake_sph_orientation_ds()
172 ds = fake_sph_orientation_ds()
205 ds = fake_sph_orientation_ds()
235 ds = fake_sph_orientation_ds()
255 ds = fake_sph_orientation_ds()
/dports/math/py-yt/yt-4.0.1/yt/frontends/stream/tests/
H A Dtest_stream_particles.py5 from yt.testing import assert_equal, fake_particle_ds, fake_sph_orientation_ds
280 ds = fake_sph_orientation_ds()
/dports/math/py-yt/yt-4.0.1/yt/
H A Dtesting.py575 def fake_sph_orientation_ds(): function