MCPcopy Create free account
hub / github.com/Kitware/ParaView / ValidateData

Function ValidateData

Remoting/Application/Testing/Python/TestFetchData.py:15–16  ·  view source on GitHub ↗
(producer, data)

Source from the content-addressed store, hash-verified

13 return servermanager.vtkProcessModule.GetSymmetricMPIMode()
14
15def ValidateData(producer, data):
16 return data.IsA("vtkImageData")
17
18def TestFetchDataBasic(producer, allGather=False):
19 print_info("TestFetchDataBasic")

Callers 2

TestFetchDataBasicFunction · 0.85
TestFetchDataRanksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected