Showing
- doc/other.rst 7 additions, 0 deletionsdoc/other.rst
- doc/upload-docs.sh 1 addition, 1 deletiondoc/upload-docs.sh
- pyproject.toml 135 additions, 0 deletionspyproject.toml
- requirements.txt 2 additions, 10 deletionsrequirements.txt
- run-mypy.sh 3 additions, 0 deletionsrun-mypy.sh
- run-pylint.sh 23 additions, 0 deletionsrun-pylint.sh
- setup.cfg 0 additions, 9 deletionssetup.cfg
- setup.py 0 additions, 51 deletionssetup.py
- test/test_arraycontext.py 1183 additions, 199 deletionstest/test_arraycontext.py
- test/test_pytato_arraycontext.py 378 additions, 0 deletionstest/test_pytato_arraycontext.py
- test/test_utils.py 239 additions, 0 deletionstest/test_utils.py
- test/testlib.py 220 additions, 0 deletionstest/testlib.py
pyproject.toml
0 → 100644
numpy | numpy | ||
recursivenodes | |||
git+https://github.com/inducer/pytools.git#egg=pytools | git+https://github.com/inducer/pytools.git#egg=pytools | ||
git+https://github.com/inducer/gmsh_interop.git#egg=gmsh_interop | git+https://github.com/inducer/pymbolic.git#egg=pymbolic | ||
git+https://github.com/inducer/pyvisfile.git#egg=pyvisfile | |||
git+https://github.com/inducer/modepy.git#egg=modepy | |||
git+https://github.com/inducer/pyopencl.git#egg=pyopencl | git+https://github.com/inducer/pyopencl.git#egg=pyopencl | ||
git+https://github.com/inducer/islpy.git#egg=islpy | git+https://github.com/inducer/islpy.git#egg=islpy | ||
# required by pytential, which is in turn needed for some tests | |||
git+https://github.com/inducer/pymbolic.git#egg=pymbolic | |||
# also depends on pymbolic, so should come after it | |||
git+https://github.com/inducer/loopy.git#egg=loopy | git+https://github.com/inducer/loopy.git#egg=loopy | ||
# requires pymetis for tests for partition_mesh | |||
git+https://github.com/inducer/pytato.git#egg=pytato | git+https://github.com/inducer/pytato.git#egg=pytato |
run-mypy.sh
0 → 100755
run-pylint.sh
0 → 100755
setup.cfg
deleted
100644 → 0
setup.py
deleted
100644 → 0
test/test_pytato_arraycontext.py
0 → 100644
test/test_utils.py
0 → 100644
test/testlib.py
0 → 100644