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

Method test_value

tests/transforms/test_data_stats.py:178–180  ·  view source on GitHub ↗
(self, input_param, input_data, expected_print)

Source from the content-addressed store, hash-verified

176 [TEST_CASE_1, TEST_CASE_2, TEST_CASE_3, TEST_CASE_4, TEST_CASE_5, TEST_CASE_6, TEST_CASE_7, TEST_CASE_8]
177 )
178 def test_value(self, input_param, input_data, expected_print):
179 transform = DataStats(**input_param)
180 _ = transform(input_data)
181
182 @parameterized.expand([TEST_CASE_9, TEST_CASE_10])
183 def test_file(self, input_data, expected_print):

Callers

nothing calls this directly

Calls 1

DataStatsClass · 0.90

Tested by

no test coverage detected