IMP Reference Guide
develop.d97d4ead1f,2024/11/21
The Integrative Modeling Platform
|
Check to make sure the number of director references is as expected. More...
Check to make sure the number of director references is as expected.
Definition at line 1090 of file test/__init__.py.
Public Member Functions | |
def | assert_number |
Make sure that the number of references matches the expected value. More... | |
def IMP.test.DirectorObjectChecker.assert_number | ( | self, | |
expected, | |||
force_cleanup = True |
|||
) |
Make sure that the number of references matches the expected value.
If force_cleanup is set, clean up any unused references first before doing the assertion.
Definition at line 1098 of file test/__init__.py.