-
Notifications
You must be signed in to change notification settings - Fork 32
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
Update and Add Tests for FileSet, Collocator and SPAREICE #216
Comments
Since it's likely that other similar test files need to be added in the future and they're of considerable size, it is not feasible to have them inside the typhon repository itself. |
I like this idea of separation. But wouldn't it be more consistent to move all test scripts and files (i.e. typhon/tests) to that repository? |
The tests should always be part of the main package. Tests that need larger input files to run are an exception. Usually tests don't need any input files at all. Not being able to run tests without checking out a second package would be very inconvenient. |
Owing to the recent development of these classes, there are just a few tests working and most of them are obsolete. Hence, they need a review and many tests must be added. This issue acts as a ToDo list for tests and will be updated in future.
FileSet and FileHandler
FileSet.align
MHS_HDF.read
AVHRR_HDF.read
CloudSat.read
Collocator, Collocations and related functions
Collocator.collocate
Collocator.collocate_filesets
orCollocations.search
collapse
expand
SPAREICE
SPAREICE.retrieve
SPAREICE.retrieve_from_collocations
The text was updated successfully, but these errors were encountered: