EcoExtreML / STEMMUS_SCOPE_Processing

Python modules and notebooks to process data and run STEMMUS-SCOPE model
https://pystemmusscope.readthedocs.io/en/latest/
Apache License 2.0
5 stars 1 forks source link

Let's use typing #19

Closed SarahAlidoost closed 2 years ago

SarahAlidoost commented 2 years ago

(cc @geek-yang and @BSchilperoort) Let's use typing in developing PyStemmusScope.

BSchilperoort commented 2 years ago

We have been doing this in ai4s2s already, so we're quite familiar with it.

It is important to note that typing is not enforced by python. Only our linters will complain if types are wrongly passed. Users without (properly set up) linters will not notice the type hints at all.