Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cselab/aphros
/ GetLinePath
Function
GetLinePath
deploy/scripts/aphros/plot.py:778–780 ·
view source on GitHub ↗
(l, po)
Source
from the content-addressed store, hash-verified
776
# Returns:
777
# "[base]_[l].dat"
778
def
GetLinePath(l, po):
779
b = os.path.splitext(po)[0]
780
return
"{:}_{:}.dat"
.format(b, l)
781
782
783
# Writes line as x,y columns.
Callers
2
WriteLine
Function · 0.85
FigHistK
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected