MCPcopy 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
21def readLoss(filename):
22 lossData = np.genfromtxt(filename, delimiter=";", skip_header=1)
23 return lossData
24
25
26def roundSteps(steps):

Callers 1

plot_res_varFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected