def test_det_sys_phase():
    radar = pyart.io.read_netcdf(os.path.join(DIR, 'sample.nc'))
    assert round(phase_proc.det_sys_phase(radar), 2) == 126.02
예제 #2
0
def test_det_sys_phase():
    radar = pyart.io.read_netcdf('sample.nc')
    assert round(phase_proc.det_sys_phase(radar), 2) == 126.02