Skip to content

Commit

Permalink
fix: Typo and wording
Browse files Browse the repository at this point in the history
  • Loading branch information
adigitoleo committed Sep 23, 2024
1 parent 5ae7af9 commit 4ae97ef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#### Simulate crystallographic preferred orientation evolution in polycrystals

PyDRex is a Python 3 reimplementation of the D-Rex model
PyDRex is a new Python 3 implementation of the D-Rex model
for the evolution of crystallographic preferred orientation in polycrystals.
The code is available for use under the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.en.html) license.
Documentation is accessible via Python's REPL `help()` and also [online](https://seismic-anisotropy.github.io/PyDRex/).
Expand Down
1 change: 0 additions & 1 deletion examples/standalone/cornerflow_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ class Parameters(pydrex.DefaultParams): # Inherit default PyDRex parameters.

doctest.testmod() # Run doctests for serializability check.


# Initialise parameter store. Optionally modify default PyDRex parameters.
params = Parameters(
phase_assemblage=(pydrex.MineralPhase.olivine, pydrex.MineralPhase.enstatite),
Expand Down
2 changes: 1 addition & 1 deletion src/pydrex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
- **Decomposition of elastic tensors** into components attributed to
minerals with distinct lattice symmetries
- **Texture diagnostics:** M-index, bingham average, Point-Girdle-Random
- **Texture diagnostics:** M-index, Bingham average, Point-Girdle-Random
symmetry, coaxial a.k.a "BA" index, etc.
- **Seismic anisotropy diagnostics**: percent tensorial anisotropy,
Expand Down

0 comments on commit 4ae97ef

Please sign in to comment.