Skip to content
Snippets Groups Projects
Select Git revision
  • ffd1b9d7c3e75c1d90f0d1edc74268372a11abf3
  • master default
  • waldwiesen-simulation
  • weilin
  • textures
  • colab
  • torch_native-rewrite
  • ci-experiments
  • test-travis-test
  • os-travis
  • remove-lbm
  • bootstrap_theme
  • 0.3.3
  • 0.3.2
  • 0.3.1
  • 0.3.0
  • 0.2.2
  • 0.2.1
  • 0.2.0
  • 0.1.4
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.1.0
24 results

setup.py

Blame
  • .flake8 146 B
    [flake8]
    max-line-length=120
    exclude=pystencils/jupyter.py,
            pystencils/plot.py
            pystencils/session.py
    ignore = W293 W503 W291 C901