yt.utilities.answer_testing.answer_tests module¶
Title: answer_tests.py Purpose: Contains answer tests that are used by yt’s various frontends
- yt.utilities.answer_testing.answer_tests.axial_pixelization(ds)[source]¶
This test is typically used once per geometry or coordinates type. Feed it a dataset, and it checks that the results of basic pixelization don’t change.
- yt.utilities.answer_testing.answer_tests.extract_connected_sets(ds_fn, data_source, field, num_levels, min_val, max_val)[source]¶
- yt.utilities.answer_testing.answer_tests.field_values(ds, field, obj_type=None, particle_type=False)[source]¶
- yt.utilities.answer_testing.answer_tests.phase_plot_attribute(ds_fn, x_field, y_field, z_field, attr_name, attr_args, plot_type='PhasePlot', plot_kwargs=None)[source]¶
- yt.utilities.answer_testing.answer_tests.pixelized_projection_values(ds, axis, field, weight_field=None, dobj_type=None)[source]¶
- yt.utilities.answer_testing.answer_tests.plot_window_attribute(ds, plot_field, plot_axis, attr_name, attr_args, plot_type='SlicePlot', callback_id='', callback_runners=None)[source]¶