MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / testTransformationXMLFile

Function testTransformationXMLFile

src/pyOpenMS/tests/unittests/test000.py:4694–4705  ·  view source on GitHub ↗

@tests: TransformationXMLFile TransformationXMLFile.__init__ TransformationXMLFile.load TransformationXMLFile.store

()

Source from the content-addressed store, hash-verified

4692
4693@report
4694def testTransformationXMLFile():
4695 """
4696 @tests: TransformationXMLFile
4697 TransformationXMLFile.__init__
4698 TransformationXMLFile.load
4699 TransformationXMLFile.store
4700 """
4701 fh = pyopenms.TransformationXMLFile()
4702 td = pyopenms.TransformationDescription()
4703 fh.store("test.transformationXML", td)
4704 fh.load("test.transformationXML", td, True)
4705 assert td.getDataPoints() == []
4706
4707@report
4708def testIBSpectraFile():

Callers

nothing calls this directly

Calls 4

storeMethod · 0.95
loadMethod · 0.95
TransformationXMLFileMethod · 0.80

Tested by

no test coverage detected