MCPcopy Create free account
hub / github.com/cselab/aphros / GetStep

Function GetStep

deploy/scripts/aphros/plot.py:1556–1557  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

1554 FigHistK(vf, kk, ll, po, title=title)
1555
1556def GetStep(path):
1557 return re.findall('[^_]*_([0-9]*)\.*.', os.path.basename(path))[0]
1558
1559def GetSteps(paths):
1560 return list(map(GetStep, paths))

Callers 1

ReplaceFilenameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected