MCPcopy Create free account
hub / github.com/NatLabRockies/PINNSTRIPES / log

Function log

pinn_spm_param/postProcess/plotCorrelationPINNvsData.py:22–25  ·  view source on GitHub ↗
(inpt, name)

Source from the content-addressed store, hash-verified

20
21
22def log(inpt, name):
23 if optimized == False:
24 print(name)
25 print("min %.2f max %.2f " % (np.amin(inpt), np.amax(inpt)))
26
27
28def corr_plot(args):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected