Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
otvam committed Nov 4, 2024
1 parent 7e9c777 commit 06c9bd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing

PyPEEC is welcoming contributions (code, documentation, example, benchmark, test, tutorial, etc.).
PyPEEC is welcoming contributions (code, documentation, example, benchmark, test, tutorial, etc.)!
For large contributions, please first discuss the changes in the issue tracker.

# Bug report
Expand Down
6 changes: 3 additions & 3 deletions docs/content/technical.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Dependencies

**PyPEEC** is entirely programmed in **Python 3** and has the following dependencies:

* scilogger, scisave, and jsonschema (logging and serialization)
* SciLogger, SciSave, and jsonschema (logging and serialization)
* NumPy, SciPy, and Joblib (basic numerical computing libraries)
* Shapely and Rasterio (only used for the mesher, 2D shape manipulation)
* Pillow (only used for the mesher, 2D image manipulation)
Expand Down Expand Up @@ -51,9 +51,9 @@ The following **platforms** and systems have been **partially tested**:
The following **GPUs** have been tested (CUDA / CuPy compatible):

* NVIDIA RTX 2070
* NVIDIA RTX 3090
* NVIDIA T4 Tensor
* NVIDIA Tesla K80
* NVIDIA RTX 3090

The following **platforms** are passing the **automated tests**:

Expand Down Expand Up @@ -118,7 +118,7 @@ These files are used to run the tests (locally and/or continuous integration):
Contributing
------------

PyPEEC is welcoming contributions (code, documentation, example, benchmark, test, tutorial, etc.) !
PyPEEC is welcoming contributions (code, documentation, example, benchmark, test, tutorial, etc.)!
For large changes, please first discuss the change you wish to make in the issue tracker.

Bug report
Expand Down

0 comments on commit 06c9bd4

Please sign in to comment.