plantcv icon indicating copy to clipboard operation
plantcv copied to clipboard

corrupt test image

Open dschneiderch opened this issue 5 years ago • 0 comments

I noticed yesterday that tests/data/VIS_TV_0_z300_h1_g0_e85_v500_93054.png doesn't load or open.

Turns out it doesn't affect the tests because only the path is tested but I thought i'd mention it

def test_plantcv_get_nir_tv():
    nirpath = pcv.get_nir(TEST_DATA, TEST_VIS_TV)
    nirpath1 = os.path.join(TEST_DATA, TEST_NIR_TV)
    assert nirpath == nirpath1

dschneiderch avatar Sep 18 '20 15:09 dschneiderch