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

Improve tests in test_affine once core class restructured with BiasCorr parameters #485

Open
rhugonnet opened this issue Mar 7, 2024 · 1 comment · May be fixed by #530
Open

Improve tests in test_affine once core class restructured with BiasCorr parameters #485

rhugonnet opened this issue Mar 7, 2024 · 1 comment · May be fixed by #530
Labels
priority Needs to be fixed rapidly test-suite Issue related to testing

Comments

@rhugonnet
Copy link
Contributor

The logic in test_biascorr can be copied to test all types of inputs (raster-raster, point-raster, point-point), but for efficiency we should only do this once the function class parameters are fixed (fit optimizer, binning, etc) to avoid rewriting the tests twice. See #435.

@rhugonnet
Copy link
Contributor Author

rhugonnet commented Mar 7, 2024

And in more details, some other to-do in those classes once restructured:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority Needs to be fixed rapidly test-suite Issue related to testing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant