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

Unit test ISEA3Test.numberOfCellsByGrid fails #6

Closed
ghost opened this issue Jun 9, 2019 · 1 comment
Closed

Unit test ISEA3Test.numberOfCellsByGrid fails #6

ghost opened this issue Jun 9, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 9, 2019

The numberofCellsByGrid test contains a loop testing resolutions [1,12]. The test fails on resolution values: 3, 4, 7, 8, and 9.

The values of 'cells' and 'cellsExpected' are always different by 4.

Example: at resolution 3, cells = 276, cellsExpected = 272. At resolution 9, cells = 196836, cellsExpected = 196832.

@mocnik-science
Copy link
Owner

Thanks for opening the ticket. Something in Java seems to have been adapted because the tests were fine in before. I have adapted the code now. The issue should be resolved now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant