Skip to content

Library Structure

Kevin Lane edited this page Jan 23, 2021 · 3 revisions
  • .github
    • dependabot.yml
    • workflows
      • docs.yml (build Sphinx docs and push to gh-pages branch)
      • quality.yml (check style)
      • release.yml (build artifacts and upload to PyPI and Anaconda)
      • test.yml (run unit tests)
  • docs
  • tests
    • test_pde.py
    • test_seq2seq.py
    • etc.
  • torchts
    • core
      • model.py
    • classic
    • metrics
    • pde
    • preprocessing
    • seq2seq
    • spatiotemporal
    • utils
Clone this wiki locally