Skip to content

Commit

Permalink
fix: Fix pre-commit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
adigitoleo committed Jul 24, 2023
1 parent 43cf3dc commit a7876c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/pydrex/minerals.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from pydrex import exceptions as _err
from pydrex import io as _io
from pydrex import logger as _log
from pydrex import stats as _stats
from pydrex import tensors as _tensors

OLIVINE_STIFFNESS = np.array(
Expand Down
2 changes: 1 addition & 1 deletion tests/test_simple_shear_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def test_dudz_GBS_ensemble(
strain_rate = 5e-6 # Strain rate from Fraters & Billen, 2021, fig. 3.
timestamps = np.linspace(0, 5e5, 251) # Solve until D₀t=2.5 ('shear' γ=5).
n_timestamps = len(timestamps)
i_strain_100p = [0, 50, 100, 150, 200] # Indices for += 100% strain.
# i_strain_100p = [0, 50, 100, 150, 200] # Indices for += 100% strain.

def get_velocity_gradient(x):
# It is independent of time or position in this test.
Expand Down

0 comments on commit a7876c8

Please sign in to comment.