Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/PINNSTRIPES
/ readLoss
Function
readLoss
pinn_spm_param/postProcess/plotResidualVariation.py:21–23 ·
view source on GitHub ↗
(filename)
Source
from the content-addressed store, hash-verified
19
20
21
def
readLoss(filename):
22
lossData = np.genfromtxt(filename, delimiter=
";"
, skip_header=1)
23
return
lossData
24
25
26
def
roundSteps(steps):
Callers
1
plot_res_var
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected