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

Method test_value

tests/transforms/test_data_statsd.py:213–215  ·  view source on GitHub ↗
(self, input_param, input_data, expected_print)

Source from the content-addressed store, hash-verified

211 ]
212 )
213 def test_value(self, input_param, input_data, expected_print):
214 transform = DataStatsd(**input_param)
215 _ = transform(input_data)
216
217 @parameterized.expand([TEST_CASE_10, TEST_CASE_11])
218 def test_file(self, input_data, expected_print):

Callers

nothing calls this directly

Calls 1

DataStatsdClass · 0.90

Tested by

no test coverage detected