SBU-BMI / wsinfer

🔥 🚀 Blazingly fast pipeline for patch-based classification in whole slide images
https://wsinfer.readthedocs.io
Apache License 2.0
56 stars 9 forks source link

[TEST] add tests for the function _read_patch_coords #150

Open kaczmarj opened 1 year ago

kaczmarj commented 1 year ago

this function reads a numpy array from an hdf5 file of coordinates. we do not have a test for it yet.

to test it, one can create an hdf5 file with synthetic data and then use this function to read the coordinates.