(inpt, name)
| 17 | |
| 18 | |
| 19 | def log(inpt, name): |
| 20 | if optimized == False: |
| 21 | print(name) |
| 22 | print("min %.2f max %.2f " % (np.amin(inpt), np.amax(inpt))) |
| 23 | |
| 24 | |
| 25 | def plot_pde_data(args): |
nothing calls this directly
no outgoing calls
no test coverage detected