wholecell.tests.utils.test_fast_nnls

Test the fast nonnegative least squares (NNLS) utils function

cd wcEcoli pytest wholecell/tests/utils/test_fast_nnls.py

class wholecell.tests.utils.test_fast_nnls.Test_fast_nnls(methodName='runTest')[source]

Bases: TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

_classSetupFailed = False
_class_cleanups = []
setUp()[source]
wholecell.tests.utils.test_fast_nnls.time_this(code_to_measure)[source]

Time the execution of code_to_measure() and return elapsed time in fractional seconds.