MCPcopy 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
13def readLoss(filename):
14 lossData = np.genfromtxt(filename, delimiter=";", skip_header=1)
15 return lossData
16
17
18def roundSteps(steps):

Callers 1

plotManyLosses.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected