skbio.util.
assert_ordination_results_equal
(left, right, ignore_method_names=False, ignore_axis_labels=False, ignore_directionality=False, decimal=7)[source]¶Assert that ordination results objects are equal.
State: Experimental as of 0.4.0.
This is a helper function intended to be used in unit tests that need to
compare OrdinationResults
objects.
Parameters: |
|
---|---|
Raises: |
|