Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/PINNSTRIPES
/ readLoss
Function
readLoss
pinn_spm_param/postProcess/plotManyLosses.py:13–15 ·
view source on GitHub ↗
(filename)
Source
from the content-addressed store, hash-verified
11
12
13
def
readLoss(filename):
14
lossData = np.genfromtxt(filename, delimiter=
";"
, skip_header=1)
15
return
lossData
16
17
18
def
roundSteps(steps):
Callers
1
plotManyLosses.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected