wilsonmr / anvil

Repository containing code related to flow based generative model
https://wilsonmr.github.io/anvil/
GNU General Public License v3.0
0 stars 2 forks source link

Documentation update #79

Closed jmarshrossney closed 3 years ago

jmarshrossney commented 3 years ago

Expanded docstrings, added type-checking, slightly modified sphinx conf file.

Added type hints as described in PEP 484 but then removed a lot of it because the type-checking built into reportengine uses entirely different conventions.

jmarshrossney commented 3 years ago

Ok I think we're ready to merge, notwithstanding the issues around mixing PyTorch and NumPy in post-processing, and some inconsistent type hinting, which I will fix in the near future.