jamesdolezal / slideflow

Deep learning library for digital pathology, with both Tensorflow and PyTorch support.
https://slideflow.dev
GNU General Public License v3.0
234 stars 39 forks source link

[BUG] API doc for Project.extract_tiles is incomplete #281

Closed sebp closed 1 year ago

sebp commented 1 year ago

Description

Project.extract_tiles takes two arguments https://github.com/jamesdolezal/slideflow/blob/26ce5cf0d34b65514223967ffc0628d0b5031d05/slideflow/project.py#L1538-L1539 which are undocumented in the API doc.

The documentation for Dataset says: https://github.com/jamesdolezal/slideflow/blob/26ce5cf0d34b65514223967ffc0628d0b5031d05/slideflow/dataset.py#L508-L512

Expected behavior

API docs should explain filters and filter_blank.

jamesdolezal commented 1 year ago

Thank you! This has been fixed on master and the live documentation has been updated.