Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

corrupt test image #626

Open
dschneiderch opened this issue Sep 18, 2020 · 0 comments
Open

corrupt test image #626

dschneiderch opened this issue Sep 18, 2020 · 0 comments
Labels
bug Bug or potential bug reports testing Features related to testing and deployment

Comments

@dschneiderch
Copy link
Collaborator

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 dschneiderch added help wanted Request help bug Bug or potential bug reports testing Features related to testing and deployment and removed help wanted Request help labels Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug or potential bug reports testing Features related to testing and deployment
Projects
None yet
Development

No branches or pull requests

1 participant