Skip to content

Commit

Permalink
Fix typo in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Jan 29, 2025
1 parent 35a07e4 commit f847763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions abipy/core/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import tempfile
import unittest
import numpy.testing as nptu
import abipy.data as abidata

from typing import Optional
from functools import wraps
Expand Down
2 changes: 1 addition & 1 deletion abipy/examples/flows/run_phonons.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def make_scf_input(paral_kgb=0):
nband=4,
ecut=2.0,
ngkpt=[4, 4, 4],
nshiftk=4
nshiftk=4,
shiftk=[0.0, 0.0, 0.5, # This gives the usual fcc Monkhorst-Pack grid
0.0, 0.5, 0.0,
0.5, 0.0, 0.0,
Expand Down

0 comments on commit f847763

Please sign in to comment.