Skip to content

Commit

Permalink
[Python] Add README.txt documenting changed sample location
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Aug 4, 2022
1 parent 74b0a9b commit edf5edf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions interfaces/cython/cantera/examples/README.txt
@@ -0,0 +1,5 @@
Starting with Cantera 3.0, Python examples are no longer packaged with the Python
module. Samples for the Python module can be found on Cantera's website
(https://cantera.org). Alternatively, examples can be accessed in the directory
"samples/python" of the source code, which can be retrieved from the project's GitHub
repository (https://github.com/Cantera/cantera).
4 changes: 2 additions & 2 deletions interfaces/cython/cantera/test/test_reactor.py
Expand Up @@ -1565,7 +1565,7 @@ class CombustorTestImplementation:
"""
These tests are based on the sample:
interfaces/cython/cantera/examples/reactors/combustor.py
samples/python/reactors/combustor.py
with some simplifications so that they run faster and produce more
consistent output.
Expand Down Expand Up @@ -1671,7 +1671,7 @@ class WallTestImplementation:
"""
These tests are based on the sample:
interfaces/cython/cantera/examples/reactors/reactor2.py
samples/python/reactors/reactor2.py
with some simplifications so that they run faster and produce more
consistent output.
Expand Down

0 comments on commit edf5edf

Please sign in to comment.