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

Function log

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

Source from the content-addressed store, hash-verified

17
18
19def log(inpt, name):
20 if optimized == False:
21 print(name)
22 print("min %.2f max %.2f " % (np.amin(inpt), np.amax(inpt)))
23
24
25def plot_pde_data(args):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected