Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jonas Plewinski
pystencils
Commits
ba23a772
Commit
ba23a772
authored
Jul 18, 2019
by
Martin Bauer
Browse files
Added AUTHORS.txt and removed copyright information from individual files
parent
e607e5bd
Changes
5
Hide whitespace changes
Inline
Side-by-side
AUTHORS.txt
0 → 100644
View file @
ba23a772
Contributors:
-------------
- Martin Bauer <martin.bauer@fau.de>
- Stephan Seitz <stephan.seitz@fau.de>
- Jan Hönig <jan.hoenig@fau.de>
- Nils Kohl <nils.kohl@fau.de>
- Julian Hammer <julian.hammer@fau.de>
- Christian Godenschwager <christian.godenschwager@fau.de>
- Markus Holzer <markus.holzer@fau.de>
- Michael Kuron <mkuron@icp.uni-stuttgart.de>
- Dominik Ernst <dominik.ernst@fau.de>
- João Victor Tozatti Risso <joaovictortr@protonmail.com>
pystencils_tests/test_cuda_known_functions.py
View file @
ba23a772
# -*- coding: utf-8 -*-
#
# Copyright © 2019 Stephan Seitz <stephan.seitz@fau.de>
#
# Distributed under terms of the GPLv3 license.
"""
"""
import
sympy
import
pystencils
...
...
pystencils_tests/test_custom_backends.py
View file @
ba23a772
# -*- coding: utf-8 -*-
#
# Copyright © 2019 Stephan Seitz <stephan.seitz@fau.de>
#
# Distributed under terms of the GPLv3 license.
"""
"""
from
subprocess
import
CalledProcessError
import
pycuda.driver
...
...
@@ -52,7 +43,6 @@ def test_custom_backends():
def
main
():
test_custom_backends
()
...
...
pystencils_tests/test_destructuring_field_class.py
View file @
ba23a772
# -*- coding: utf-8 -*-
#
# Copyright © 2019 Stephan Seitz <stephan.seitz@fau.de>
#
# Distributed under terms of the GPLv3 license.
"""
"""
import
sympy
import
pystencils
...
...
pystencils_tests/test_global_definitions.py
View file @
ba23a772
# -*- coding: utf-8 -*-
#
# Copyright © 2019 Stephan Seitz <stephan.seitz@fau.de>
#
# Distributed under terms of the GPLv3 license.
"""
"""
import
sympy
import
pystencils.astnodes
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment