MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / test_value

Method test_value

tests/data/test_partition_dataset.py:125–126  ·  view source on GitHub ↗
(self, input_param, result)

Source from the content-addressed store, hash-verified

123 [TEST_CASE_1, TEST_CASE_2, TEST_CASE_3, TEST_CASE_4, TEST_CASE_5, TEST_CASE_6, TEST_CASE_7, TEST_CASE_8]
124 )
125 def test_value(self, input_param, result):
126 self.assertListEqual(partition_dataset(**input_param), result)
127
128
129if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

partition_datasetFunction · 0.90

Tested by

no test coverage detected