Utilities for Developers (skbio.util
)#
This package provides general exception/warning definitions used throughout scikit-bio, as well as various utility functionality, including I/O and unit-testing convenience functions.
Testing functionality#
Common functionality to support testing in skbio.
|
Return path to filename |
|
Assert that ordination results objects are equal. |
|
Raise AssertionError if |
Miscellaneous functionality#
Generally useful functionality that doesn’t fit in more specific locations.
Return ordinal string version of cardinal int n. |
|
|
Find duplicate elements in an iterable. |
|
Compute an md5 sum without loading the file into memory. |
|
Decorator for class-level properties. |
Developer warnings#
Warn about potentially accidental use of inefficient code. |
|
Warn about assumptions made for the successful completion of a process. |