MCPcopy Create free account
hub / github.com/NCAR/wrf-python / test

Function test

test/test_inputs.py:49–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47
48def make_test(varname, wrf_in):
49 def test(self):
50 x = getvar(wrf_in, varname, 0)
51 xa = getvar(wrf_in, varname, None)
52
53 return test
54

Callers

nothing calls this directly

Calls 4

getvarFunction · 0.90
vinterpFunction · 0.90
ll_to_xyFunction · 0.90
xy_to_llFunction · 0.90

Tested by

no test coverage detected